summaryrefslogtreecommitdiff
path: root/fastimport
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2014-07-06 01:50:45 +0200
committerJelmer Vernooij <jelmer@samba.org>2014-07-06 01:50:45 +0200
commit10feb513afbc0c35b969351e260d57a3490d719b (patch)
tree9dde98471cb540d11049977c38a0170bfb3cce7b /fastimport
parent2568622c19debd80d61b3b2ded91df3fbf537744 (diff)
downloadpython-fastimport-git-10feb513afbc0c35b969351e260d57a3490d719b.tar.gz
Start on fastimport 0.9.5.
Diffstat (limited to 'fastimport')
-rw-r--r--fastimport/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastimport/__init__.py b/fastimport/__init__.py
index 37265b8..e515366 100644
--- a/fastimport/__init__.py
+++ b/fastimport/__init__.py
@@ -30,4 +30,4 @@ it can be used by other projects. Use it like so:
processor.process(parser.parse())
"""
-__version__ = (0, 9, 4)
+__version__ = (0, 9, 5)