Skip to content

Commit e402553

Browse files
committed
v1.2.4 — Support click v8.3.0
1 parent 355998c commit e402553

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.4 (in development)
2-
-----------------------
1+
v1.2.4 (2025-09-19)
2+
-------------------
33
- Support click v8.3.0
44

55
v1.2.3 (2025-08-02)

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.4 (in development)
7-
-----------------------
6+
v1.2.4 (2025-09-19)
7+
-------------------
88
- Support click v8.3.0
99

1010

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.4.dev1"
34+
__version__ = "1.2.4"
3535
__author__ = "John Thorvald Wodder II"
3636
__author_email__ = "pyversion-info@varonathe.org"
3737
__license__ = "MIT"

0 commit comments

Comments
 (0)