Skip to content

Commit 0b230e5

Browse files
committed
test version cal
1 parent 0f5e9b6 commit 0b230e5

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

scripts/ci/release_version_cal.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
VERSION_PATCH_TAG, VERSION_STABLE_TAG, VERSION_PREVIEW_TAG, VERSION_PRE_TAG)
1818
from util import get_index_data
1919

20+
print("testing scripts loading")
2021
base_meta_path = os.environ.get('base_meta_path', None)
2122
diff_meta_path = os.environ.get('diff_meta_path', None)
2223
result_path = os.environ.get('result_path', None)

src/communication/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from setuptools import setup, find_packages
1111

1212
# HISTORY.rst entry.
13-
VERSION = '1.13.0'
13+
VERSION = '1.13.3'
1414

1515
# The full list of classifiers is available at
1616
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

src/monitor-control-service/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from setuptools import setup, find_packages
1111

1212
# HISTORY.rst entry.
13-
VERSION = '1.2.0'
13+
VERSION = '2.0.0'
1414

1515
# The full list of classifiers is available at
1616
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

src/network-manager/azext_network_manager/aaz/latest/network/manager/_update.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
from azure.cli.core.aaz import *
1212

1313

14-
@register_command(
15-
"network manager update",
16-
)
14+
# @register_command(
15+
# "network manager update",
16+
# )
1717
class Update(AAZCommand):
1818
"""Update a Network Manager.
1919

src/network-manager/azext_network_manager/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def load_command_table(self, _):
1515

1616
with self.command_group('network manager') as g:
1717
g.custom_command('create', 'network_manager_create')
18-
g.custom_command('update', 'network_manager_update')
18+
# g.custom_command('update', 'network_manager_update')
1919

2020
with self.command_group('network manager connect-config') as g:
2121
from .custom import ConnectConfigCreate, ConnectConfigUpdate

src/network-manager/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from setuptools import setup, find_packages
1111

1212
# HISTORY.rst entry.
13-
VERSION = '2.0.0'
13+
VERSION = '2.1.0'
1414

1515
# The full list of classifiers is available at
1616
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)