From d514d740c0e2980fce92602e2ba3efa93aaa8300 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 23 Sep 2024 15:51:14 -0400 Subject: [PATCH 1/2] Version 1.0.2 --- README.rst | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c43c24a..b0a2881 100644 --- a/README.rst +++ b/README.rst @@ -270,6 +270,9 @@ put it directly into ``pip``. Version History =============== +1.0.2 + * Fix 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", From 36ab6364bb9b1c372eccbea24aa5045d67511947 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 23 Sep 2024 17:52:45 -0400 Subject: [PATCH 2/2] Update README.rst Co-authored-by: Sebastian Pipping --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b0a2881..79b90e2 100644 --- a/README.rst +++ b/README.rst @@ -271,7 +271,8 @@ Version History =============== 1.0.2 - * Fix function ``expand_python_version`` for "3.10" and upwards + * 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