We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a052fc8 + 36ab636 commit 520f98fCopy full SHA for 520f98f
README.rst
@@ -270,6 +270,10 @@ put it directly into ``pip``.
270
Version History
271
===============
272
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
277
278
1.0.1
279
* Update change log about the 1.0.0 release.
setup.py
@@ -16,7 +16,7 @@
16
17
setup(
18
name="hashin",
19
- version="1.0.1",
+ version="1.0.2",
20
description="Edits your requirements.txt by hashing them in",
21
long_description=open(path.join(_here, "README.rst")).read(),
22
author="Peter Bengtsson",
0 commit comments