summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2013-07-17 15:24:23 +1200
committerRobert Collins <robertc@robertcollins.net>2013-07-17 15:24:23 +1200
commite4e384e673b7088082e7d144df50ef934cf8c4e3 (patch)
treed74351f196290af4805798d70ab5acaa788055e2
parentfcb7b94b063cc0d7e14d8ea5b89f5727ad7e713f (diff)
downloadtestrepository-e4e384e673b7088082e7d144df50ef934cf8c4e3.tar.gz
Release 0.0.16.0.0.16
-rw-r--r--NEWS3
-rw-r--r--testrepository/__init__.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7feea63..11b7a5c 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ testrepository release notes
NEXT (In development)
+++++++++++++++++++++
+0.0.16
+++++++
+
CHANGES
-------
diff --git a/testrepository/__init__.py b/testrepository/__init__.py
index 011819e..c582aeb 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, 15, 'final', 0)
+__version__ = (0, 0, 16, 'final', 0)