Skip to content

Commit

Permalink
v1.4.0 — Support PEP 708
Browse files Browse the repository at this point in the history
- Support PEP 708
    - `tracks` and `alternate_locations` attributes added to `ProjectPage`
    - `pypi_meta`, `tracks`, and `alternate_locations` attributes added to `RepositoryPage`
    - `SUPPORTED_REPOSITORY_VERSION` increased to `"1.2"`
  • Loading branch information
jwodder committed Nov 1, 2023
1 parent 2514ec5 commit cebf857
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.4.0 (in development)
-----------------------
v1.4.0 (2023-11-01)
-------------------
- Support PEP 708
- `tracks` and `alternate_locations` attributes added to `ProjectPage`
- `pypi_meta`, `tracks`, and `alternate_locations` attributes added to
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.4.0 (in development)
-----------------------
v1.4.0 (2023-11-01)
-------------------
- Support :pep:`708`

- `~ProjectPage.tracks` and `~ProjectPage.alternate_locations` attributes
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.4.0.dev1"
__version__ = "1.4.0"
__author__ = "John Thorvald Wodder II"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down

0 comments on commit cebf857

Please sign in to comment.