Skip to content

Commit dde0272

Browse files
authored
Increment package version after release of azure_servicebus (Azure#15518)
1 parent 7e2bbff commit dde0272

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

sdk/servicebus/azure-servicebus/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+
## 7.0.1 (Unreleased)
4+
5+
36
## 7.0.0 (2020-11-23)
47

58
> **Note:** This is the GA release of the `azure-servicebus` package, rolling out the official API surface area constructed over the prior preview releases. Users migrating from `v0.50` are advised to view the [migration guide](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/servicebus/azure-servicebus/migration_guide.md).

sdk/servicebus/azure-servicebus/azure/servicebus/_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 = "7.0.0"
6+
VERSION = "7.0.1"

0 commit comments

Comments
 (0)