From 5f485b0abe6133bb0f10266bfecae632124a6a77 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 27 Aug 2014 12:11:53 +1200 Subject: Release 0.0.20. --- NEWS | 5 ++++- testrepository/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a990724..e258b11 100644 --- a/NEWS +++ b/NEWS @@ -5,8 +5,11 @@ testrepository release notes NEXT (In development) +++++++++++++++++++++ +0.0.20 +++++++ + IMPROVEMENTS -------- +------------ * Tests will be reliably tagged with worker-%d. The previous tagging logic had an implicit race - the tag id was looked up via a closure which gets 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) -- cgit v1.2.1