We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424a6f3 commit 88b963aCopy full SHA for 88b963a
3 files changed
changelog.txt
@@ -48,3 +48,11 @@
48
### Added
49
50
- pin support
51
+
52
+## 0.9.5
53
54
+2022-01-12
55
56
+### Changed
57
58
+- Cryptography version >= 36
requirements-dev.txt
@@ -4,3 +4,5 @@ mypy
4
sphinx
5
tox
6
black
7
+twine<3.4
8
+black
securid/__init__.py
@@ -2,6 +2,6 @@
2
3
from .token import Token
-__version__ = '0.9.4'
+__version__ = '0.9.5'
__all__ = ['Token']
0 commit comments