Skip to content

Commit 84dbab2

Browse files
committed
chore(setup)!: Bump version number to 0.8.4
1 parent defca53 commit 84dbab2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

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

3-
## 0.8.3
3+
## 0.8.4 - 2023-01-22
44

55
- TLS (`tls`)
66
- Generic
77
- protocol item classes for MySQL support (\#61)
88

9-
## 0.8.2
9+
## 0.8.2 - 2022-10-10
1010

1111
- TLS (`tls`)
1212
- Cipher Suites (`ciphers`)

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.8.2',
33+
version='0.8.4',
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)