Skip to content

Commit 5ffd3a9

Browse files
authored
Increment version for core releases (#10181)
* Increment package version after release of azure_core * Increment package version after release of azure_common * Increment package version after release of azure_core_tracing_opentelemetry
1 parent 17f2c17 commit 5ffd3a9

File tree

9 files changed

+16
-7
lines changed

9 files changed

+16
-7
lines changed

sdk/core/azure-common/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 1.1.26 (Unreleased)
4+
5+
36
## 1.1.25 (2020-03-09)
47

58
- get_client_from_cli_profile no longer requires "azure-core" if not necessary

sdk/core/azure-common/azure/common/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
#--------------------------------------------------------------------------
66

7-
VERSION = "1.1.25"
7+
VERSION = "1.1.26"

sdk/core/azure-common/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
author_email='[email protected]',
5858
url='https://github.com/Azure/azure-sdk-for-python',
5959
classifiers=[
60-
'Development Status :: 5 - Production/Stable',
60+
"Development Status :: 5 - Production/Stable",
6161
'Programming Language :: Python',
6262
'Programming Language :: Python :: 2',
6363
'Programming Language :: Python :: 2.7',

sdk/core/azure-core-tracing-opentelemetry/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
-------------------
55

6+
## 1.0.0b3 (Unreleased)
7+
8+
69
## 1.0.0b2 (2020-03-09)
710

811
### Features
@@ -13,4 +16,4 @@
1316

1417
### Features
1518

16-
- Opentelemetry implementation of azure-core tracing protocol
19+
- Opentelemetry implementation of azure-core tracing protocol

sdk/core/azure-core-tracing-opentelemetry/azure/core/tracing/ext/opentelemetry_span/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the MIT License.
44
# ------------------------------------
55

6-
VERSION = "1.0.0b2"
6+
VERSION = "1.0.0b3"

sdk/core/azure-core-tracing-opentelemetry/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
author_email='[email protected]',
4242
url='https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/core/azure-core-tracing-opentelemetry',
4343
classifiers=[
44-
'Development Status :: 4 - Beta',
44+
"Development Status :: 4 - Beta",
4545
'Programming Language :: Python',
4646
'Programming Language :: Python :: 2',
4747
'Programming Language :: Python :: 2.7',

sdk/core/azure-core/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

22
# Release History
33

4+
## 1.3.1 (Unreleased)
5+
6+
47
## 1.3.0 (2020-03-09)
58

69
### Bug fixes

sdk/core/azure-core/azure/core/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "1.3.0"
12+
VERSION = "1.3.1"

sdk/core/azure-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
author_email='[email protected]',
4646
url='https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/core/azure-core',
4747
classifiers=[
48-
'Development Status :: 5 - Production/Stable',
48+
"Development Status :: 5 - Production/Stable",
4949
'Programming Language :: Python',
5050
'Programming Language :: Python :: 2',
5151
'Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)