summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2013-11-06 03:40:20 +1300
committerRobert Collins <robertc@robertcollins.net>2013-11-06 03:40:20 +1300
commitac8d54b862825b1f338759186c01b8b2e3bb140c (patch)
tree9c5dabbd77635fbde493398c9942a8971a337f62
parent099e622dc5559cced775e9694deec6c798f590f3 (diff)
downloadtestrepository-ac8d54b862825b1f338759186c01b8b2e3bb140c.tar.gz
Release 0.0.18.0.0.18
-rw-r--r--NEWS3
-rw-r--r--testrepository/__init__.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d079ac6..715b1eb 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ testrepository release notes
NEXT (In development)
+++++++++++++++++++++
+0.0.18
+++++++
+
CHANGES
-------
diff --git a/testrepository/__init__.py b/testrepository/__init__.py
index 58bae71..5a33fd5 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, 17, 'final', 0)
+__version__ = (0, 0, 18, 'final', 0)