Skip to content

Commit

Permalink
Bumped version to 1.0.2.post15
Browse files Browse the repository at this point in the history
Updated vendor constant enumerations at Sat Jan 13 10:07:33 UTC 2024. The following files
have been changed: pcapkit/const/reg/transtype.py
  • Loading branch information
github-actions[bot] committed Jan 13, 2024
1 parent 92e952f commit db0e9e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pcapkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@
]

#: version number
__version__ = '1.0.2.post14'
__version__ = '1.0.2.post15'
2 changes: 1 addition & 1 deletion pcapkit/const/reg/transtype.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ class TransType(IntEnum):
#: IPX in IP [CJ Lee]
IPX_in_IP = 111

#: Virtual Router Redundancy Protocol [:rfc:`5798`]
#: Virtual Router Redundancy Protocol [RFC-ietf-rtgwg-vrrp-rfc5798bis-18]
VRRP = 112

#: PGM Reliable Transport Protocol [Tony Speakman]
Expand Down

0 comments on commit db0e9e5

Please sign in to comment.