Skip to content

Commit bc1ef7c

Browse files
Bumped version to 1.3.5.post26
Updated vendor constant enumerations at Sat Aug 16 10:05:05 UTC 2025. The following files have been changed: pcapkit/const/reg/apptype.py
1 parent 0e2c0cf commit bc1ef7c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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
@@ -121,4 +121,4 @@
121121
]
122122

123123
#: version number
124-
__version__ = '1.3.5.post25'
124+
__version__ = '1.3.5.post26'

pcapkit/const/reg/apptype.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29485,6 +29485,9 @@ def __hash__(self) -> 'int':
2948529485
#: [N/A] Rakket Client Protocol
2948629486
rakket: 'AppType' = -1, 'rakket', TransportProtocol.get('undefined')
2948729487

29488+
#: [N/A] Radicle peer to peer network
29489+
radicle_node: 'AppType' = -1, 'radicle-node', TransportProtocol.get('undefined')
29490+
2948829491
#: [N/A] RadioTAG: Event tagging for radio services
2948929492
radiotag: 'AppType' = -1, 'radiotag', TransportProtocol.get('undefined')
2949029493

0 commit comments

Comments
 (0)