Skip to content

Commit 408743a

Browse files
committed
v1.2.1 — Bugfix
- Support Python 3.12 - Correct the order of results returned by `PyPyVersionInfo.supported_cpython_series()`
1 parent 8f7f56d commit 408743a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v1.2.1 (in development)
2-
-----------------------
1+
v1.2.1 (2023-11-09)
2+
-------------------
33
- Support Python 3.12
44
- Correct the order of results returned by
55
`PyPyVersionInfo.supported_cpython_series()`

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.2.1 (in development)
7-
-----------------------
6+
v1.2.1 (2023-11-09)
7+
-------------------
88
- Support Python 3.12
99
- Correct the order of results returned by
1010
`PyPyVersionInfo.supported_cpython_series()`

src/pyversion_info/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import requests
3232
from .util import MajorVersion, MicroVersion, MinorVersion, RawDatabase
3333

34-
__version__ = "1.2.1.dev1"
34+
__version__ = "1.2.1"
3535
__author__ = "John Thorvald Wodder II"
3636
__author_email__ = "pyversion-info@varonathe.org"
3737
__license__ = "MIT"

0 commit comments

Comments
 (0)