Skip to content

Commit

Permalink
Merge pull request #206 from hartwork/prepare-release
Browse files Browse the repository at this point in the history
Prepare release 1.0.3
  • Loading branch information
peterbe authored Oct 30, 2024
2 parents ff62541 + 34b7ff7 commit c329dc1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,19 @@ put it directly into ``pip``.
Version History
===============

1.0.3
* Drop support for Pythom 3.8.
See https://github.com/peterbe/hashin/pull/192 — thanks @hartwork

* Add support for Python 3.13.
See https://github.com/peterbe/hashin/pull/195
and https://github.com/peterbe/hashin/pull/204
— thanks @pib and @hartwork

* Be robust towards invalid versions like ``0.3.2d`` when finding
the latest release.
See https://github.com/peterbe/hashin/pull/196 — thanks @hartwork

1.0.2
* Fix command line argument ``-p PYTHON_VERSION``
(and API function ``expand_python_version``) for "3.10" and upwards
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.2",
version="1.0.3",
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 c329dc1

Please sign in to comment.