Skip to content

Commit 832a709

Browse files
tf-metadata-teamtf-metadata-team
authored andcommitted
TFMD 0.24.0 Release
PiperOrigin-RevId: 330738831
1 parent 967df77 commit 832a709

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

RELEASE.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,35 @@
1+
<!-- mdlint off(HEADERS_TOO_MANY_H1) -->
12
# Current version (not yet released; still in development)
23

34
## Major Features and Improvements
45

56
## Bug Fixes and Other Changes
67

8+
## Breaking changes
9+
10+
## Deprecations
11+
12+
# Version 0.24.0
13+
14+
## Major Features and Improvements
15+
16+
* From this version we will be releasing python 3.8 wheels.
17+
18+
## Bug Fixes and Other Changes
19+
720
* When installing from source, you don't need any steps other than
821
`pip install` (needs Bazel).
22+
* Labels can be specified as Paths in addition to string names.
923
* Depends on `absl-py>=0.9,<0.11`.
1024
* Depends on `googleapis-common-protos>=1.52.0,<2`.
11-
* Labels can be specified as Paths in addition to string names.
1225

1326
## Breaking changes
1427

28+
* N/A
29+
1530
## Deprecations
1631

17-
* Deprecating Python 3.5 support.
32+
* Deprecated Python 3.5 support.
1833

1934
# Version 0.23.0
2035

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.24.0.dev'
17+
__version__ = '0.25.0.dev'

0 commit comments

Comments
 (0)