Skip to content

Commit bc2aeac

Browse files
authored
Increment package version after release of azure-data-tables (Azure#19192)
1 parent 4ee53d0 commit bc2aeac

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

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

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

3+
## 12.0.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Key Bugs Fixed
10+
11+
### Fixed
12+
13+
314
## 12.0.0 (2021-06-08)
415
**Breaking**
516
* EdmType.Binary data in entities will now be deserialized as `bytes` in Python 3 and `str` in Python 2, rather than an `EdmProperty` instance. Likewise on serialization, `bytes` in Python 3 and `str` in Python 2 will be interpreted as binary (this is unchanged for Python 3, but breaking for Python 2, where `str` was previously serialized as EdmType.String)

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.0"
7+
VERSION = "12.0.1"

0 commit comments

Comments
 (0)