summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-04-04 02:48:11 +0200
committerJelmer Vernooij <jelmer@samba.org>2012-04-04 02:48:11 +0200
commit6500a5e7d82651ade9002d44e3ecc71a50302616 (patch)
treeff3945ac81015eef78f1f99ec80e803813898631
parent2d0b623d61e65fd388cc82551786ac9fb8dbf1fd (diff)
downloadpython-fastimport-6500a5e7d82651ade9002d44e3ecc71a50302616.tar.gz
Start on 0.9.3.baserock/morph
-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 4b45294..7b78539 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+0.9.3 UNRELEASED
+
0.9.2 2012-04-03
* Remove reftracker and idmapfile, which are bzr-specific.
diff --git a/fastimport/__init__.py b/fastimport/__init__.py
index d80c015..b6d6fa0 100644
--- a/fastimport/__init__.py
+++ b/fastimport/__init__.py
@@ -15,4 +15,4 @@
"""Fastimport streams."""
-__version__ = (0, 9, 2)
+__version__ = (0, 9, 3)
diff --git a/setup.py b/setup.py
index 0787e92..259b4fa 100755
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from distutils.core import setup
-version = "0.9.2"
+version = "0.9.3dev"
setup(name="fastimport",
description="VCS fastimport/fastexport parser",