Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 1.0.3 #206

Merged
merged 2 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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