We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6086b8 commit e80c877Copy full SHA for e80c877
src/networkcloud/HISTORY.rst
@@ -3,6 +3,10 @@
3
Release History
4
===============
5
6
+4.0.0b2
7
+++++++++
8
+* Fixing zip/slip vulnerability in our custom_operations code.
9
+
10
4.0.0b1
11
++++++++
12
* This beta version supports NetworkCloud 2025-07-01-preview APIs.
src/networkcloud/setup.py
@@ -10,7 +10,7 @@
# HISTORY.rst entry.
13
-VERSION = '4.0.0b1'
+VERSION = '4.0.0b2'
14
15
# The full list of classifiers is available at
16
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments