Skip to content

Commit

Permalink
Increment version for core releases (#10675)
Browse files Browse the repository at this point in the history
* Increment package version after release of azure_core

* Increment package version after release of azure_core_tracing_opentelemetry
  • Loading branch information
azure-sdk authored Apr 6, 2020
1 parent 7015534 commit 3639cdb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions sdk/core/azure-core-tracing-opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Release History

-------------------
## 1.0.0b4 (Unreleased)


## 1.0.0b3 (2020-04-06)

### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Licensed under the MIT License.
# ------------------------------------

VERSION = "1.0.0b3"
VERSION = "1.0.0b4"
3 changes: 3 additions & 0 deletions sdk/core/azure-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

# Release History

## 1.4.1 (Unreleased)


## 1.4.0 (2020-04-06)

### Features
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core/azure/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "1.4.0"
VERSION = "1.4.1"

0 comments on commit 3639cdb

Please sign in to comment.