Skip to content

Commit 7eeb200

Browse files
marcenacpThe TensorFlow Datasets Authors
authored andcommitted
Release TFDS 4.9.6 with support for python 3.12.
PiperOrigin-RevId: 640433271
1 parent aa6205f commit 7eeb200

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ and this project adheres to
2020

2121
### Security
2222

23+
## [4.9.6] - 2024-06-04
24+
25+
### Added
26+
27+
- Full support for Python 3.12.
28+
2329
## [4.9.5] - 2024-05-30
2430

2531
### Added

tensorflow_datasets/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# We follow Semantic Versioning (https://semver.org/spec/v2.0.0.html)
2626
_MAJOR_VERSION = '4'
2727
_MINOR_VERSION = '9'
28-
_PATCH_VERSION = '5'
28+
_PATCH_VERSION = '6'
2929

3030
__version__ = (
3131
'.'.join([

tensorflow_datasets/version_stable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# We follow Semantic Versioning (https://semver.org/spec/v2.0.0.html)
2222
_MAJOR_VERSION = '4'
2323
_MINOR_VERSION = '9'
24-
_PATCH_VERSION = '5'
24+
_PATCH_VERSION = '6'
2525

2626
__version__ = '.'.join([
2727
_MAJOR_VERSION,

0 commit comments

Comments
 (0)