We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7185820 commit 4c34996Copy full SHA for 4c34996
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.7.3 - 2021-12-26
4
+
5
+- Generic
6
+ - Fix time zone handlind in datetime parser
7
8
## 0.7.2 - 2021-10-07
9
10
### Other
setup.py
@@ -30,7 +30,7 @@ def test_discover():
30
31
setup(
32
name='cryptoparser',
33
- version='0.7.2',
+ version='0.7.3',
34
description='Fast and flexible security protocol parser and generator',
35
long_description=long_description,
36
long_description_content_type='text/markdown',
0 commit comments