Skip to content

Commit

Permalink
Bumped version to 1.0.2.post23
Browse files Browse the repository at this point in the history
Updated vendor constant enumerations at Sat Jun 15 10:08:07 UTC 2024. The following files
have been changed: pcapkit/const/ipv6/routing.py
  • Loading branch information
github-actions[bot] committed Jun 15, 2024
1 parent 6359eeb commit d621749
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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 @@ -124,4 +124,4 @@
]

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

#: CRH-16 (TEMPORARY - registered 2021-06-07, extension registered 2024-04-23,
#: expires 2025-06-07) [draft-ietf-6man-comp-rtg-hdr-05]
#: CRH-16 [RFC-ietf-6man-comp-rtg-hdr-10]
CRH_16 = 5

#: CRH-32 (TEMPORARY - registered 2021-06-07, extension registered 2024-04-23,
#: expires 2025-06-07) [draft-ietf-6man-comp-rtg-hdr-05]
#: CRH-32 [RFC-ietf-6man-comp-rtg-hdr-10]
CRH_32 = 6

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

0 comments on commit d621749

Please sign in to comment.