Prep for the 0.1.4 release

pull/11/head
Richard Harding 12 years ago
parent 5704eb4c15
commit 5157b4570d

@ -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
------

@ -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:

@ -1,3 +1,3 @@
VERSION = '0.1.3'
VERSION = '0.1.4'
import client
from scripts import newtest

Loading…
Cancel
Save