diff options
author | Robert Collins <robertc@robertcollins.net> | 2014-08-25 01:01:00 +1200 |
---|---|---|
committer | Robert Collins <robertc@robertcollins.net> | 2014-08-25 01:01:00 +1200 |
commit | 2019397599ee0b7046e80291ba96b04c650cd7f0 (patch) | |
tree | 228546405de60cab11d4e9200264bf45dd25efd8 | |
parent | 87e0de0be3475bd26744a49da79f0f12727d76d0 (diff) | |
download | testrepository-git-2019397599ee0b7046e80291ba96b04c650cd7f0.tar.gz |
Release 0.0.190.0.19
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | testrepository/__init__.py | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -5,6 +5,9 @@ testrepository release notes NEXT (In development) +++++++++++++++++++++ +0.0.19 +++++++ + CHANGES ------- diff --git a/testrepository/__init__.py b/testrepository/__init__.py index 5a33fd5..e4103ac 100644 --- a/testrepository/__init__.py +++ b/testrepository/__init__.py @@ -33,4 +33,4 @@ The tests package contains tests and test specific support code. # established at this point, and setup.py will use a version of next-$(revno). # If the releaselevel is 'final', then the tarball will be major.minor.micro. # Otherwise it is major.minor.micro~$(revno). -__version__ = (0, 0, 18, 'final', 0) +__version__ = (0, 0, 19, 'final', 0) |