summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2013-02-08 00:52:15 +1300
committerRobert Collins <robertc@robertcollins.net>2013-02-08 00:52:15 +1300
commit0e37d348ab11455d5e252496b74ae9637fd937c0 (patch)
treef5f9cbde2a9d436b3970cc45e81248fa0f5b3295
parentad6b3a65ad70dd5ea10e22614bc157c86f9c3a2c (diff)
downloadtestrepository-git-0e37d348ab11455d5e252496b74ae9637fd937c0.tar.gz
Update releasing docs and really release 0.0.14.0.0.14
-rw-r--r--doc/DEVELOPERS.txt6
-rw-r--r--testrepository/__init__.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/DEVELOPERS.txt b/doc/DEVELOPERS.txt
index 7b2866c..1169150 100644
--- a/doc/DEVELOPERS.txt
+++ b/doc/DEVELOPERS.txt
@@ -46,3 +46,9 @@ Diagnosing issues
The cli UI will drop into pdb when an error is thrown if TESTR_PDB is set in
the environment. This can be very useful for diagnosing problems.
+
+Releasing
+---------
+
+Update testrepository/__init__.py version numbers. Release to pypi. Pivot the
+next milestone on LP to version, and make a new next milestone.
diff --git a/testrepository/__init__.py b/testrepository/__init__.py
index e969055..d0ace01 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, 13, 'final', 0)
+__version__ = (0, 0, 14, 'final', 0)