summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-02-28 12:55:10 +0100
committerJelmer Vernooij <jelmer@samba.org>2012-02-28 12:55:10 +0100
commitf4f6318b8f39409604f30ae12de0d8d7e41a6639 (patch)
treeddad5dcfb47987f8584cf5f85372c04cf4af9fb6
parent487dd4959cb8ee30348482fc9c553d7c29542ba1 (diff)
downloadpython-fastimport-f4f6318b8f39409604f30ae12de0d8d7e41a6639.tar.gz
Start on 0.9.2.
-rw-r--r--NEWS2
-rw-r--r--fastimport/__init__.py2
-rwxr-xr-xsetup.py2
3 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3646792..1091c14 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+0.9.2 UNRELEASED
+
0.9.1 2012-02-28
* Update FSF address in headers. (Dan Callaghan, #868800)
diff --git a/fastimport/__init__.py b/fastimport/__init__.py
index d9dfffd..d80c015 100644
--- a/fastimport/__init__.py
+++ b/fastimport/__init__.py
@@ -15,4 +15,4 @@
"""Fastimport streams."""
-__version__ = (0, 9, 1)
+__version__ = (0, 9, 2)
diff --git a/setup.py b/setup.py
index 16f9cae..fa5da9d 100755
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from distutils.core import setup
-version = "0.9.1"
+version = "0.9.2dev"
setup(name="fastimport",
description="VCS fastimport/fastexport parser",