Skip to content

Commit 3a33e4c

Browse files
authored
Increment package version after release of azure_data_tables (#13642)
1 parent f5a6970 commit 3a33e4c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

sdk/tables/azure-data-tables/CHANGELOG.md

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

3+
## 12.0.0b2 (Unreleased)
4+
5+
36
## 12.0.0b1 (2020-09-08)
47
This is the first beta of the `azure-data-tables` client library. The Azure Tables client library can seamlessly target either Azure Table storage or Azure Cosmos DB table service endpoints with no code changes.
58

sdk/tables/azure-data-tables/azure/data/tables/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = '12.0.0b1'
7+
VERSION = "12.0.0b2"

0 commit comments

Comments
 (0)