Skip to content

Commit 32e146b

Browse files
authored
Increment version for schemaregistry releases (Azure#24375)
Increment package version after release of azure-schemaregistry-avroencoder
1 parent e2262e0 commit 32e146b

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

sdk/schemaregistry/azure-schemaregistry-avroencoder/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 (2022-05-10)
414

515
**Note:** This is the first stable release of our efforts to create a user-friendly Pythonic Avro Encoder library that integrates with the Python client library for Azure Schema Registry.

sdk/schemaregistry/azure-schemaregistry-avroencoder/azure/schemaregistry/encoder/avroencoder/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
#
2525
# --------------------------------------------------------------------------
2626

27-
VERSION = "1.0.0"
27+
VERSION = "1.0.1"

sdk/schemaregistry/azure-schemaregistry/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.1.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.1.0 (2022-05-10)
414

515
This version and all future versions will require Python 3.6+. Python 2.7 is no longer supported.

sdk/schemaregistry/azure-schemaregistry/azure/schemaregistry/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
#
2525
# --------------------------------------------------------------------------
2626

27-
VERSION = "1.1.0"
27+
VERSION = "1.1.1"

0 commit comments

Comments
 (0)