Skip to content

Commit

Permalink
update dpkt version; update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Aug 16, 2021
1 parent 4c83994 commit f048e59
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 114 deletions.
112 changes: 0 additions & 112 deletions CHANGES

This file was deleted.

2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
- Added pfs (Perfect Forward Secrecy) and aead (Authenticated Encryption with Additional Data) properties to cipher suites.
- Added old CHACHA20-POLY1305 related cipher suites to TLS CipherSuite list.
- Remove redundant num_compression_methods from TLSClientHello
- Testing improved from 90% coverage to over 99%.
- Testing improved from 90% coverage to over 99%.
2 changes: 1 addition & 1 deletion dpkt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__author_email__ = ''
__license__ = 'BSD-3-Clause'
__url__ = 'https://github.com/kbandla/dpkt'
__version__ = '1.9.6'
__version__ = '1.9.7.1'

from .dpkt import *

Expand Down

0 comments on commit f048e59

Please sign in to comment.