Skip to content

Commit 35543f5

Browse files
committed
update version
1 parent e4f088b commit 35543f5

File tree

20 files changed

+52
-10
lines changed

20 files changed

+52
-10
lines changed

src/alertsmanagement/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Release History
44
===============
55

6+
1.0.1
7+
++++++
8+
* Update module documentation.
9+
610
1.0.0b1
711
+++++++
812
* Remove ADAL dependencies

src/alertsmanagement/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
logger.warn("Wheel is not available, disabling bdist_wheel hook")
1616

1717
# HISTORY.rst entry.
18-
VERSION = '1.0.0b1'
18+
VERSION = '1.0.1'
1919

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

src/authV2/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Release History
44
===============
55

6+
0.1.4
7+
++++++
8+
* Update module documentation.
9+
610
0.1.3
711
++++++
812
* BREAKING CHANGE: remove output for `az webapp auth-classic update`.

src/authV2/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from distutils import log as logger
1515
logger.warn("Wheel is not available, disabling bdist_wheel hook")
1616

17-
VERSION = '0.1.3'
17+
VERSION = '0.1.4'
1818

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

src/elastic-san/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
33
Release History
44
===============
5+
1.2.1
6+
++++++
7+
* Update module documentation.
8+
59
1.2.0b1
610
++++++
711
* `az elastic-san create/update`: Support AutoScale, Add `--auto-scale-policy-enforcement`, `--capacity-unit-scale-up-limit-tib`, `--increase-capacity-unit-by-tib`, `--unused-size-tib`

src/elastic-san/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

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

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

src/front-door/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
33
Release History
44
===============
5+
1.2.1
6+
++++++
7+
* Update module documentation.
8+
59
1.2.0
610
++++++
711
* change default value of sku in creating waf

src/front-door/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from codecs import open
99
from setuptools import setup, find_packages
1010

11-
VERSION = "1.2.0"
11+
VERSION = "1.2.1"
1212

1313
CLASSIFIERS = [
1414
'Development Status :: 4 - Beta',

src/image-gallery/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Release History
44
===============
55

6+
0.1.4
7+
+++++++++++++++
8+
* Update module documentation.
9+
610
0.1.3
711
+++++++++++++++
812
* Update SDK

src/image-gallery/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# TODO: Confirm this is the right version number you want and it matches your
1818
# HISTORY.rst entry.
19-
VERSION = '0.1.3'
19+
VERSION = '0.1.4'
2020

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

0 commit comments

Comments
 (0)