diff --git a/README.rst b/README.rst index c43c24a..79b90e2 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/setup.py b/setup.py index dfdcd0c..48fb348 100644 --- a/setup.py +++ b/setup.py @@ -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",