Skip to content

Commit 8a41229

Browse files
authored
Increment version for eventhub releases (#13644)
* Increment package version after release of azure_eventhub * Increment package version after release of azure_eventhub_checkpointstoreblob * Increment package version after release of azure_eventhub_checkpointstoreblob_aio
1 parent 3a33e4c commit 8a41229

File tree

7 files changed

+13
-4
lines changed

7 files changed

+13
-4
lines changed

sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/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.2 (Unreleased)
4+
5+
36
## 1.1.1 (2020-09-08)
47
**Bug fixes**
58
- Fixed a bug that may gradually slow down retrieving checkpoint data from the storage blob if the storage account "File share soft delete" is enabled. #12836

sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/azure/eventhub/extensions/checkpointstoreblobaio/_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.1.1"
6+
VERSION = "1.1.2"

sdk/eventhub/azure-eventhub-checkpointstoreblob/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.2 (Unreleased)
4+
5+
36
## 1.1.1 (2020-09-08)
47
**Bug fixes**
58
- Fixed a bug that may gradually slow down retrieving checkpoint data from the storage blob if the storage account "File share soft delete" is enabled. #12836

sdk/eventhub/azure-eventhub-checkpointstoreblob/azure/eventhub/extensions/checkpointstoreblob/_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.1.1"
6+
VERSION = "1.1.2"

sdk/eventhub/azure-eventhub/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+
## 5.2.1 (Unreleased)
4+
5+
36
## 5.2.0 (2020-09-08)
47

58
**New Features**

sdk/eventhub/azure-eventhub/azure/eventhub/_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 = "5.2.0"
6+
VERSION = "5.2.1"

sdk/eventhub/azure-eventhub/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
author_email='[email protected]',
5555
url='https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/eventhub/azure-eventhub',
5656
classifiers=[
57-
"Development Status :: 4 - Beta",
57+
"Development Status :: 5 - Production/Stable",
5858
'Programming Language :: Python',
5959
'Programming Language :: Python :: 2',
6060
'Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)