summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2012-12-29 08:56:16 +1300
committerRobert Collins <robertc@robertcollins.net>2012-12-29 08:56:16 +1300
commit7e3b09c388f76df50f9b5893227fea86bdc93225 (patch)
treedf390803263dad0a88d8f5cf1dbb470ff5caa219
parent7f82728963cf137a62c394c554727d1b5c9e68cd (diff)
downloadtestrepository-7e3b09c388f76df50f9b5893227fea86bdc93225.tar.gz
Release 0.0.11.0.0.11
-rw-r--r--NEWS3
-rw-r--r--testrepository/__init__.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b32cf2e..525a162 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ testrepository release notes
NEXT (In development)
+++++++++++++++++++++
+0.0.11
+++++++
+
IMPROVEMENTS
------------
diff --git a/testrepository/__init__.py b/testrepository/__init__.py
index fc1aa48..7caa486 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, 10, 'final', 0)
+__version__ = (0, 0, 11, 'final', 0)