diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2011-01-31 01:44:49 +0100 |
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2011-01-31 01:44:49 +0100 |
| commit | abaa09f089abd55f8f19e3aa5e69cf162d16cee5 (patch) | |
| tree | fec368a3de18f8c34b9300e0a0fd7e412384b2ed | |
| parent | d36789a80b1898155d2b8a8488df3bb7802e1e41 (diff) | |
| download | python-fastimport-git-abaa09f089abd55f8f19e3aa5e69cf162d16cee5.tar.gz | |
Start on 0.9.1.
| -rw-r--r-- | NEWS | 3 | ||||
| -rw-r--r-- | fastimport/__init__.py | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -0,0 +1,3 @@ +0.9.0 2011-01-30 + + Initial release. diff --git a/fastimport/__init__.py b/fastimport/__init__.py index ea05370..0e2570e 100644 --- a/fastimport/__init__.py +++ b/fastimport/__init__.py @@ -16,4 +16,4 @@ """Fastimport streams.""" -__version__ = (0, 9, 0) +__version__ = (0, 9, 1) @@ -1,7 +1,7 @@ #!/usr/bin/env python from distutils.core import setup -version = "0.9.0" +version = "0.9.1dev" setup(name="fastimport", description="VCS fastimport/fastexport parser", |
