summaryrefslogtreecommitdiff
path: root/testrepository
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2014-08-27 12:11:53 +1200
committerRobert Collins <robertc@robertcollins.net>2014-08-27 12:11:53 +1200
commit5f485b0abe6133bb0f10266bfecae632124a6a77 (patch)
treef4a7ff1337307be7fedf3200680c002c3fcf3c21 /testrepository
parentbc52d7cc0cc138161b5329cd1fc64f344e3f62f8 (diff)
downloadtestrepository-5f485b0abe6133bb0f10266bfecae632124a6a77.tar.gz
Release 0.0.20.
Diffstat (limited to 'testrepository')
-rw-r--r--testrepository/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testrepository/__init__.py b/testrepository/__init__.py
index e4103ac..2c41a6e 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, 19, 'final', 0)
+__version__ = (0, 0, 20, 'final', 0)