Skip to content

Commit

Permalink
Merge pull request #188 from peterbe/version-1.0.2
Browse files Browse the repository at this point in the history
Version 1.0.2
  • Loading branch information
peterbe authored Sep 23, 2024
2 parents a052fc8 + 36ab636 commit 520f98f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,10 @@ put it directly into ``pip``.
Version History
===============

1.0.2
* Fix command line argument ``-p PYTHON_VERSION``
(and API function ``expand_python_version``) for "3.10" and upwards
See https://github.com/peterbe/hashin/pull/186

1.0.1
* Update change log about the 1.0.0 release.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name="hashin",
version="1.0.1",
version="1.0.2",
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 520f98f

Please sign in to comment.