Skip to content

Commit 6ac9dd1

Browse files
author
Yalin Li
authored
Release preparation (#33782)
1 parent d67ecba commit 6ac9dd1

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

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

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

3-
## 12.4.5 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 12.5.0 (2024-01-10)
84

95
### Bugs Fixed
106
* Fixed issue in serializing EntityProperty tuples where a value of None could be serialized as the string "None".

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.4.5"
7+
VERSION = "12.5.0"

0 commit comments

Comments
 (0)