Skip to content

Commit

Permalink
version bump to 0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed Aug 30, 2017
1 parent 6258398 commit 9b73e1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,11 @@ put it directly into ``pip``.
Version History
===============

0.11.5
* You can now pass PEP-0496 Environment Markers together with the package
name, and they get passed into the ``requirements.txt`` file.
Thanks @meejah

0.11.4
* PackageErrors happening in CLI suppressed just the error message out on
stderr. No full traceback any more.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='hashin',
version='0.11.4',
version='0.11.5',
description='Edits your requirements.txt by hashing them in',
long_description=open(path.join(_here, 'README.rst')).read(),
author='Peter Bengtsson',
Expand Down

0 comments on commit 9b73e1e

Please sign in to comment.