Skip to content

Commit

Permalink
Release TFDS 4.9.2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 523962626
  • Loading branch information
fineguy authored and The TensorFlow Datasets Authors committed Apr 13, 2023
1 parent eb73a53 commit 4450c3e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ and this project adheres to

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [4.9.2] - 2023-04-13

### Added

- [Experimental] A list of freeform text tags can now be attached to a
`BuilderConfig`. For example:
```py
Expand All @@ -33,6 +47,8 @@ and this project adheres to

### Fixed

- Fixed generated proto files (see issue [4858](https://github.com/tensorflow/datasets/issues/4858)).

### Security

## [4.9.1] - 2023-04-11
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 = '1'
_PATCH_VERSION = '2'

__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 = '1'
_PATCH_VERSION = '2'

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

0 comments on commit 4450c3e

Please sign in to comment.