Skip to content

Commit 4c34996

Browse files
committed
release 0.7.3: Bump version number and update changelog
1 parent 7185820 commit 4c34996

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.7.3 - 2021-12-26
4+
5+
- Generic
6+
- Fix time zone handlind in datetime parser
7+
38
## 0.7.2 - 2021-10-07
49

510
### Other

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_discover():
3030

3131
setup(
3232
name='cryptoparser',
33-
version='0.7.2',
33+
version='0.7.3',
3434
description='Fast and flexible security protocol parser and generator',
3535
long_description=long_description,
3636
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)