Skip to content

Commit 520f98f

Browse files
author
Peter Bengtsson
authored
Merge pull request #188 from peterbe/version-1.0.2
Version 1.0.2
2 parents a052fc8 + 36ab636 commit 520f98f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,10 @@ put it directly into ``pip``.
270270
Version History
271271
===============
272272

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

274278
1.0.1
275279
* Update change log about the 1.0.0 release.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name="hashin",
19-
version="1.0.1",
19+
version="1.0.2",
2020
description="Edits your requirements.txt by hashing them in",
2121
long_description=open(path.join(_here, "README.rst")).read(),
2222
author="Peter Bengtsson",

0 commit comments

Comments
 (0)