Skip to content

Commit 5f08a4e

Browse files
committed
Python 3.14
1 parent 2822a1c commit 5f08a4e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,11 @@
7272
### Added
7373

7474
- Python 3.13 suport
75+
76+
## 0.9.8
77+
78+
2024-01-17
79+
80+
### Added
81+
82+
- Python 3.14 suport

securid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
from .token import Token
44

5-
__version__ = "0.9.7"
5+
__version__ = "0.9.8"
66

77
__all__ = ["Token"]

0 commit comments

Comments
 (0)