Skip to content

Commit e5ad59d

Browse files
tf-metadata-teamtf-metadata-team
authored andcommitted
Prepares TFMD 0.23.0 release.
PiperOrigin-RevId: 325826386
1 parent 915ac22 commit e5ad59d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

RELEASE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Current version (not yet released; still in development)
1+
# Version 0.23.0
22

33
## Major Features and Improvements
44

@@ -18,9 +18,11 @@
1818

1919
## Breaking changes
2020

21+
* N/A
22+
2123
## Deprecations
2224

23-
* Drops Python 2 support.
25+
* Drops Python 2 support.
2426

2527
# Version 0.22.2
2628

tensorflow_metadata/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"""Contains the version string of TFMD."""
1515

1616
# Note that setup.py uses this version.
17-
__version__ = '0.23.0.dev'
17+
__version__ = '0.23.0'

0 commit comments

Comments
 (0)