From 5157b4570d837c9500649b8d514f6daeaf6efa72 Mon Sep 17 00:00:00 2001 From: Richard Harding Date: Sat, 16 Jun 2012 20:59:49 -0400 Subject: [PATCH] Prep for the 0.1.4 release --- NEWS.txt | 10 ++++++++++ setup.py | 2 +- src/breadability/__init__.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index 93cb7a5..270b485 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -6,6 +6,16 @@ News ==== +0.1.4 +------ + +* Release date: June 16th 2012* + +* Add a test generation helper breadability_newtest script. +* Add tests and fixes for the scripting news parse failure. + + + 0.1.3 ------ diff --git a/setup.py b/setup.py index e023eef..6adb1e2 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ README = open(os.path.join(here, 'README.rst')).read() NEWS = open(os.path.join(here, 'NEWS.txt')).read() -version = '0.1.3' +version = '0.1.4' install_requires = [ # List your project dependencies here. # For more details, see: diff --git a/src/breadability/__init__.py b/src/breadability/__init__.py index fce23f5..b355403 100644 --- a/src/breadability/__init__.py +++ b/src/breadability/__init__.py @@ -1,3 +1,3 @@ -VERSION = '0.1.3' +VERSION = '0.1.4' import client from scripts import newtest