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 /fastimport | |
parent | 2d0b623d61e65fd388cc82551786ac9fb8dbf1fd (diff) | |
download | python-fastimport-baserock/morph.tar.gz |
Start on 0.9.3.baserock/morph
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 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) |