Skip to content

Commit f048e59

Browse files
committed
update dpkt version; update changelogs
1 parent 4c83994 commit f048e59

File tree

3 files changed

+2
-114
lines changed

3 files changed

+2
-114
lines changed

CHANGES

Lines changed: 0 additions & 112 deletions
This file was deleted.

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
- Added pfs (Perfect Forward Secrecy) and aead (Authenticated Encryption with Additional Data) properties to cipher suites.
4141
- Added old CHACHA20-POLY1305 related cipher suites to TLS CipherSuite list.
4242
- Remove redundant num_compression_methods from TLSClientHello
43-
- Testing improved from 90% coverage to over 99%.
43+
- Testing improved from 90% coverage to over 99%.

dpkt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__author_email__ = ''
88
__license__ = 'BSD-3-Clause'
99
__url__ = 'https://github.com/kbandla/dpkt'
10-
__version__ = '1.9.6'
10+
__version__ = '1.9.7.1'
1111

1212
from .dpkt import *
1313

0 commit comments

Comments
 (0)