Skip to content

Commit

Permalink
Bumped version to 1.3.1.post23
Browse files Browse the repository at this point in the history
Updated vendor constant enumerations at Sat Aug 31 10:05:17 UTC 2024. The following files
have been changed: pcapkit/const/ipv6/routing.py
  • Loading branch information
github-actions[bot] committed Aug 31, 2024
1 parent cc3c131 commit 325503d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1
0
2 changes: 1 addition & 1 deletion pcapkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@
]

#: version number
__version__ = '1.3.1.post22'
__version__ = '1.3.1.post23'
4 changes: 2 additions & 2 deletions pcapkit/const/ipv6/routing.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ class Routing(IntEnum):
#: Segment Routing Header (SRH) [:rfc:`8754`]
Segment_Routing_Header = 4

#: CRH-16 [RFC-ietf-6man-comp-rtg-hdr-10]
#: CRH-16 [:rfc:`9631`]
CRH_16 = 5

#: CRH-32 [RFC-ietf-6man-comp-rtg-hdr-10]
#: CRH-32 [:rfc:`9631`]
CRH_32 = 6

#: RFC3692-style Experiment 1 [:rfc:`4727`]
Expand Down

0 comments on commit 325503d

Please sign in to comment.