Skip to content

Commit

Permalink
Version bumps for all the packages and date in the CHANGES.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMacIver committed Mar 21, 2015
1 parent fd9b5d9 commit 47a059b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ out, and filing off some final rough edges from the API.
* Rename the few remaing uses of descriptor to specifier (descriptor
already has a defined meaning in Python)

0.7.1, "Point releases go faster"
0.7.1, "Point releases go faster" , 21/03/2015

* Better string generation by parametrizing by a limited alphabet
* Faster string simplification - previously if simplifying a string with
Expand Down
2 changes: 1 addition & 1 deletion hypothesis-extra/hypothesis-datetime/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def local_file(name):

setup(
name='hypothesis-datetime',
version='0.3.0',
version='0.3.1',
author='David R. MacIver',
author_email='david@drmaciver.com',
packages=find_packages(SOURCE),
Expand Down
2 changes: 1 addition & 1 deletion hypothesis-extra/hypothesis-fakefactory/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def local_file(name):

setup(
name='hypothesis-fakefactory',
version='0.2.0',
version='0.2.1',
author='David R. MacIver',
author_email='david@drmaciver.com',
packages=find_packages(SOURCE),
Expand Down
2 changes: 1 addition & 1 deletion hypothesis-extra/hypothesis-pytest/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def run_tests(self):

setup(
name='hypothesis-pytest',
version='0.3.0',
version='0.3.1',
author='David R. MacIver',
author_email='david@drmaciver.com',
packages=find_packages(SOURCE),
Expand Down

0 comments on commit 47a059b

Please sign in to comment.