Skip to content

Commit

Permalink
version 0.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed Jan 31, 2019
1 parent eed8a17 commit 2384037
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 @@ -270,6 +270,11 @@ put it directly into ``pip``.
Version History
===============

0.14.5
* When writing down hashes, they are now done in a lexigraphically ordered
way. This makes the writes to the requirements file more predictable.
See https://github.com/peterbe/hashin/issues/105

0.14.4
* Bugfix for new ``--index-url`` option feature in version 0.14.3.
See https://github.com/peterbe/hashin/issues/108
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name="hashin",
version="0.14.4",
version="0.14.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 2384037

Please sign in to comment.