Skip to content

Commit

Permalink
fixes #282 - bump versionfinder requirement to >= 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Jun 25, 2017
1 parent 06515e6 commit f83fcb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changelog
Unreleased
----------

* `#283 <https://github.com/jantman/awslimitchecker/issues/283>`_ - Add gitter.im chat link to README and docs.
* `Issue #283 <https://github.com/jantman/awslimitchecker/issues/283>`_ - Add gitter.im chat link to README and docs.
* `Issue #282 <https://github.com/jantman/awslimitchecker/issues/282>`_ - versionfinder caused awslimitchecker to die unexpectedly on systems without a ``git`` binary on the PATH. Bump versionfinder requirement to ``>= 0.1.1``.

0.9.0 (2017-06-11)
------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
'boto3>=1.2.3',
'termcolor>=1.1.0',
'python-dateutil>=2.4.2',
'versionfinder==0.1.0',
'versionfinder>=0.1.1',
'pytz'
]

Expand Down

0 comments on commit f83fcb6

Please sign in to comment.