Skip to content

Commit

Permalink
Release TFDS 4.9.6 with support for python 3.12.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 640433271
  • Loading branch information
marcenacp authored and The TensorFlow Datasets Authors committed Jun 5, 2024
1 parent aa6205f commit 7eeb200
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ and this project adheres to

### Security

## [4.9.6] - 2024-06-04

### Added

- Full support for Python 3.12.

## [4.9.5] - 2024-05-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_datasets/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# We follow Semantic Versioning (https://semver.org/spec/v2.0.0.html)
_MAJOR_VERSION = '4'
_MINOR_VERSION = '9'
_PATCH_VERSION = '5'
_PATCH_VERSION = '6'

__version__ = (
'.'.join([
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_datasets/version_stable.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# We follow Semantic Versioning (https://semver.org/spec/v2.0.0.html)
_MAJOR_VERSION = '4'
_MINOR_VERSION = '9'
_PATCH_VERSION = '5'
_PATCH_VERSION = '6'

__version__ = '.'.join([
_MAJOR_VERSION,
Expand Down

0 comments on commit 7eeb200

Please sign in to comment.