Skip to content

Commit

Permalink
REQUIRE: parse >= 1.6.2 to enforce log-fix behave#14 (was: parse >= 1…
Browse files Browse the repository at this point in the history
….6).
  • Loading branch information
jenisys authored and tokunbo committed Aug 28, 2013
1 parent 05af561 commit 3b679f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Version: 1.2.3a20 (unreleased)

NEWS and CHANGES:

- Install:

* Require now parse>=1.6.2 to enforce log-bugfix #14 (was: parse>=1.6)

- Running:

* load_step_definitions: Are now sorted before loading (due to: Linux, ...).
Expand Down
2 changes: 1 addition & 1 deletion requirements/basic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# ============================================================================

argparse >= 1.2
parse >= 1.6
parse >= 1.6.2

# -- MORE:
# Python2.5: simplejson # -- json module was introduced in python2.6
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import find_packages, setup

requirements = ['parse>=1.6']
requirements = ['parse>=1.6.2']
zip_safe = True
major, minor = sys.version_info[:2]
if major == 2 and minor < 7:
Expand Down

0 comments on commit 3b679f5

Please sign in to comment.