Skip to content

Commit 4245ce9

Browse files
committed
v1.1.0 — EOL state for major & micro CPython versions
- Use pydantic internally for parsing & validating version databases - `eol_date()` and `is_eol()` now accept major and micro versions - The `show` command now outputs the EOL date and EOL state for all CPython version levels
1 parent 94f05a1 commit 4245ce9

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.1.0 (in development)
2-
-----------------------
1+
v1.1.0 (2021-11-08)
2+
-------------------
33
- Use pydantic internally for parsing & validating version databases
44
- `eol_date()` and `is_eol()` now accept major and micro versions
55
- The `show` command now outputs the EOL date and EOL state for all CPython

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.1.0 (in development)
7-
-----------------------
6+
v1.1.0 (2021-11-08)
7+
-------------------
88
- Use pydantic internally for parsing & validating version databases
99
- `~CPythonVersionInfo.eol_date()` and `~CPythonVersionInfo.is_eol()` now
1010
accept major and micro versions

src/pyversion_info/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
from __future__ import annotations
2121

22-
__version__ = "1.1.0.dev1"
22+
__version__ = "1.1.0"
2323
__author__ = "John Thorvald Wodder II"
2424
__author_email__ = "pyversion-info@varonathe.org"
2525
__license__ = "MIT"

0 commit comments

Comments
 (0)