Skip to content

Commit cebf857

Browse files
committed
v1.4.0 — Support PEP 708
- 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"`
1 parent 2514ec5 commit cebf857

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.4.0 (in development)
2-
-----------------------
1+
v1.4.0 (2023-11-01)
2+
-------------------
33
- Support PEP 708
44
- `tracks` and `alternate_locations` attributes added to `ProjectPage`
55
- `pypi_meta`, `tracks`, and `alternate_locations` attributes 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.4.0 (in development)
7-
-----------------------
6+
v1.4.0 (2023-11-01)
7+
-------------------
88
- Support :pep:`708`
99

1010
- `~ProjectPage.tracks` and `~ProjectPage.alternate_locations` attributes

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

0 commit comments

Comments
 (0)