Skip to content

Commit

Permalink
Merge pull request #163 from peterbe/version-101
Browse files Browse the repository at this point in the history
Version 1.0.1
  • Loading branch information
peterbe committed Mar 13, 2024
2 parents 4cdce0c + 89bdbf6 commit 808a2fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 808a2fc

Please sign in to comment.