Skip to content

Commit 412524c

Browse files
authored
[EventHub] update checkpointstoreblob versions (#40185)
1 parent 566eb9e commit 412524c

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 1.2.1 (Unreleased)
4+
5+
### Other Changes
6+
7+
- Updated type annotations in `BlobCheckpointStore`.
8+
39
## 1.2.0 (2025-02-13)
410

511
This version and all future versions will require Python 3.8+. Python 2.7, 3.6, and 3.7 are no longer supported.

sdk/eventhub/azure-eventhub-checkpointstoreblob-aio/azure/eventhub/extensions/checkpointstoreblobaio/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the MIT License.
44
# ------------------------------------
55

6-
VERSION = "1.2.0"
6+
VERSION = "1.2.1"

sdk/eventhub/azure-eventhub-checkpointstoreblob/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 1.2.1 (Unreleased)
4+
5+
### Other Changes
6+
7+
- Updated type annotations in `BlobCheckpointStore`.
8+
39
## 1.2.0 (2025-02-13)
410

511
This version and all future versions will require Python 3.8+. Python 2.7, 3.6, and 3.7 are no longer supported.

sdk/eventhub/azure-eventhub-checkpointstoreblob/azure/eventhub/extensions/checkpointstoreblob/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the MIT License.
44
# ------------------------------------
55

6-
VERSION = "1.2.0"
6+
VERSION = "1.2.1"

0 commit comments

Comments
 (0)