Start on 0.9.1.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 31 Jan 2011 00:44:49 +0000 (01:44 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 31 Jan 2011 00:44:49 +0000 (01:44 +0100)
NEWS [new file with mode: 0644]
fastimport/__init__.py
setup.py

diff --git a/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..38b4ab4
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,3 @@
+0.9.0  2011-01-30
+
+ Initial release.
index ea053707077d332539c4fad7d875f5842baf42e4..0e2570eabe39bcb5c47fcf4029f8e46e94681a33 100644 (file)
@@ -16,4 +16,4 @@
 
 """Fastimport streams."""
 
-__version__ = (0, 9, 0)
+__version__ = (0, 9, 1)
index 9d4c808ced4b4c13d5f62e026858a3d07bf297e9..af0826691eedf5d27c3ee8410b031fcfd741a88d 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -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",