Skip to content

Commit

Permalink
Increment version for eventhub releases (#17204)
Browse files Browse the repository at this point in the history
Increment package version after release of azure-eventhub
  • Loading branch information
azure-sdk authored Mar 10, 2021
1 parent 773e48b commit e595827
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions sdk/eventhub/azure-eventhub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 5.4.0b2 (Unreleased)


## 5.4.0b1 (2021-03-09)

This version and all future versions will require Python 2.7 or Python 3.6+, Python 3.5 is no longer supported.
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventhub/azure-eventhub/azure/eventhub/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Licensed under the MIT License.
# ------------------------------------

VERSION = "5.4.0b1"
VERSION = "5.4.0b2"

0 comments on commit e595827

Please sign in to comment.