diff --git a/README.rst b/README.rst index bb6403a..dec1764 100644 --- a/README.rst +++ b/README.rst @@ -270,6 +270,14 @@ put it directly into ``pip``. Version History =============== + +1.0.1 + * Update change log about the 1.0.0 release. + +1.0.0 + * Update ``setup.py``, ``tox.ini`` and GitHub Actions to use Python ``>=3.8`` + and up to 3.12. + 0.17.0 * Add python 3.9 and 3.10 to the test matrix. diff --git a/setup.py b/setup.py index c4104d0..dfdcd0c 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name="hashin", - version="1.0.0", + version="1.0.1", description="Edits your requirements.txt by hashing them in", long_description=open(path.join(_here, "README.rst")).read(), author="Peter Bengtsson",