From ee9946228ce5a03a84cf146027de0a8a9a46c4fe Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Sun, 14 Sep 2014 10:52:38 +1200 Subject: Release 1.1.0. Change-Id: I9b118c9c898904297137226c6fea62f1d198ce92 --- NEWS | 3 +++ testtools/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 790fbb9..ea4288f 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,9 @@ Changes and improvements to testtools_, grouped by release. NEXT ~~~~ +1.1.0 +~~~~~ + Improvements ------------ diff --git a/testtools/__init__.py b/testtools/__init__.py index b5e3cf5..973083a 100644 --- a/testtools/__init__.py +++ b/testtools/__init__.py @@ -122,4 +122,4 @@ else: # If the releaselevel is 'final', then the tarball will be major.minor.micro. # Otherwise it is major.minor.micro~$(revno). -__version__ = (1, 0, 1, 'dev', 0) +__version__ = (1, 1, 0, 'final', 0) -- cgit v1.2.1