Skip to content

Commit 4465e0d

Browse files
authored
Increment package version after release of azure-developer-devcenter (#36086)
1 parent 1c1df94 commit 4465e0d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

sdk/devcenter/azure-developer-devcenter/CHANGELOG.md

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

3+
## 1.0.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0 (2024-06-13)
414

515
This release targets Azure Dev Center 2023-04-01 General Available API, which is the same version as the previous 1.0.0-beta.3 release. The main improvement was the addition of models as Convenience API was enabled for the SDK.

sdk/devcenter/azure-developer-devcenter/azure/developer/devcenter/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "1.0.0"
9+
VERSION = "1.0.1"

0 commit comments

Comments
 (0)