Skip to content

Commit ba1fec2

Browse files
committed
v1.6.0 — Support PEP 740
- Drop support for Python 3.7 - Support PEP 740 - `provenance_sha256` and `provenance_url` fields added to `DistributionPackage` - `get_provenance()` method added to `PyPISimple` - `NoProvenanceError` exception type added - Add `url` fields to the `DigestMismatchError`, `NoDigestsError`, and `NoMetadataError` classes
1 parent ff1fbfc commit ba1fec2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v1.6.0 (in development)
2-
-----------------------
1+
v1.6.0 (2024-07-18)
2+
-------------------
33
- Drop support for Python 3.7
44
- Support PEP 740
55
- `provenance_sha256` and `provenance_url` fields added to

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Changelog
44
=========
55

6-
v1.6.0 (in development)
7-
-----------------------
6+
v1.6.0 (2024-07-18)
7+
-------------------
88
- Drop support for Python 3.7
99

1010
- Support :pep:`740`

src/pypi_simple/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
for more information.
1515
"""
1616

17-
__version__ = "1.6.0.dev1"
17+
__version__ = "1.6.0"
1818
__author__ = "John Thorvald Wodder II"
1919
__author_email__ = "[email protected]"
2020
__license__ = "MIT"

0 commit comments

Comments
 (0)