Skip to content

Commit 88b963a

Browse files
author
Andrea Bonomi
committed
v0.9.5
1 parent 424a6f3 commit 88b963a

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,11 @@
4848
### Added
4949

5050
- pin support
51+
52+
## 0.9.5
53+
54+
2022-01-12
55+
56+
### Changed
57+
58+
- Cryptography version >= 36

requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ mypy
44
sphinx
55
tox
66
black
7+
twine<3.4
8+
black

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.4'
5+
__version__ = '0.9.5'
66

77
__all__ = ['Token']

0 commit comments

Comments
 (0)