Skip to content

Commit daaaf22

Browse files
committed
v1.3.0 — Fetching metadata
- Support Python 3.12 - Update for PEP 714 - Gave `PyPISimple` a `get_package_metadata()` method - Added an examples page to the documentation
1 parent 6d7d02c commit daaaf22

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.3.0 (in development)
2-
-----------------------
1+
v1.3.0 (2023-11-01)
2+
-------------------
33
- Support Python 3.12
44
- Update for PEP 714
55
- Gave `PyPISimple` a `get_package_metadata()` method

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.3.0 (in development)
7-
-----------------------
6+
v1.3.0 (2023-11-01)
7+
-------------------
88
- Support Python 3.12
99
- Update for PEP 714
1010
- Gave `PyPISimple` a `~PyPISimple.get_package_metadata()` method

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.3.0.dev1"
17+
__version__ = "1.3.0"
1818
__author__ = "John Thorvald Wodder II"
1919
__author_email__ = "pypi-simple@varonathe.org"
2020
__license__ = "MIT"

0 commit comments

Comments
 (0)