diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2014-07-06 01:50:45 +0200 |
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2014-07-06 01:50:45 +0200 |
| commit | 10feb513afbc0c35b969351e260d57a3490d719b (patch) | |
| tree | 9dde98471cb540d11049977c38a0170bfb3cce7b /fastimport | |
| parent | 2568622c19debd80d61b3b2ded91df3fbf537744 (diff) | |
| download | python-fastimport-git-10feb513afbc0c35b969351e260d57a3490d719b.tar.gz | |
Start on fastimport 0.9.5.
Diffstat (limited to 'fastimport')
| -rw-r--r-- | fastimport/__init__.py | 2 |
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) |
