Skip to content

Commit

Permalink
v1.3.0 — Fetching metadata
Browse files Browse the repository at this point in the history
- Support Python 3.12
- Update for PEP 714
- Gave `PyPISimple` a `get_package_metadata()` method
- Added an examples page to the documentation
  • Loading branch information
jwodder committed Nov 1, 2023
1 parent 6d7d02c commit daaaf22
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v1.3.0 (in development)
-----------------------
v1.3.0 (2023-11-01)
-------------------
- Support Python 3.12
- Update for PEP 714
- Gave `PyPISimple` a `get_package_metadata()` method
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Changelog
=========

v1.3.0 (in development)
-----------------------
v1.3.0 (2023-11-01)
-------------------
- Support Python 3.12
- Update for PEP 714
- Gave `PyPISimple` a `~PyPISimple.get_package_metadata()` method
Expand Down
2 changes: 1 addition & 1 deletion src/pypi_simple/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
for more information.
"""

__version__ = "1.3.0.dev1"
__version__ = "1.3.0"
__author__ = "John Thorvald Wodder II"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down

0 comments on commit daaaf22

Please sign in to comment.