diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2012-04-04 02:48:11 +0200 |
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2012-04-04 02:48:11 +0200 |
| commit | 6500a5e7d82651ade9002d44e3ecc71a50302616 (patch) | |
| tree | ff3945ac81015eef78f1f99ec80e803813898631 | |
| parent | 2d0b623d61e65fd388cc82551786ac9fb8dbf1fd (diff) | |
| download | python-fastimport-6500a5e7d82651ade9002d44e3ecc71a50302616.tar.gz | |
Start on 0.9.3.baserock/morph
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | fastimport/__init__.py | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -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) @@ -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", |
