Skip to content

Commit f4cf042

Browse files
Bumped version to 1.0.2.post27
Updated vendor constant enumerations at Sat Aug 31 10:08:41 UTC 2024. The following files have been changed: pcapkit/const/ipv6/routing.py
1 parent 4243e0e commit f4cf042

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

conda/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1
1+
0

pcapkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@
124124
]
125125

126126
#: version number
127-
__version__ = '1.0.2.post26'
127+
__version__ = '1.0.2.post27'

pcapkit/const/ipv6/routing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ class Routing(IntEnum):
3333
#: Segment Routing Header (SRH) [:rfc:`8754`]
3434
Segment_Routing_Header = 4
3535

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

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

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

0 commit comments

Comments
 (0)