Skip to content

Commit 4add88a

Browse files
committed
v1.2.5 — Drop click
- Support Python 3.14 - Drop support for Python 3.8 and 3.9 - Drop `click` dependency
1 parent b2deb32 commit 4add88a

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.3.0 (in development)
2-
-----------------------
1+
v1.2.5 (2025-11-19)
2+
-------------------
33
- Support Python 3.14
44
- Drop support for Python 3.8 and 3.9
55
- Drop `click` dependency

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.3.0 (in development)
7-
-----------------------
6+
v1.2.5 (2025-11-19)
7+
-------------------
88
- Support Python 3.14
99
- Drop support for Python 3.8 and 3.9
1010
- Drop ``click`` dependency

src/pyversion_info/__init__.py

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

33-
__version__ = "1.3.0.dev1"
33+
__version__ = "1.2.5"
3434
__author__ = "John Thorvald Wodder II"
3535
__author_email__ = "pyversion-info@varonathe.org"
3636
__license__ = "MIT"

0 commit comments

Comments
 (0)