Skip to content

Commit 4450c3e

Browse files
fineguyThe TensorFlow Datasets Authors
authored andcommitted
Release TFDS 4.9.2
PiperOrigin-RevId: 523962626
1 parent eb73a53 commit 4450c3e

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

1111
### Added
1212

13+
### Changed
14+
15+
### Deprecated
16+
17+
### Removed
18+
19+
### Fixed
20+
21+
### Security
22+
23+
## [4.9.2] - 2023-04-13
24+
25+
### Added
26+
1327
- [Experimental] A list of freeform text tags can now be attached to a
1428
`BuilderConfig`. For example:
1529
```py
@@ -33,6 +47,8 @@ and this project adheres to
3347

3448
### Fixed
3549

50+
- Fixed generated proto files (see issue [4858](https://github.com/tensorflow/datasets/issues/4858)).
51+
3652
### Security
3753

3854
## [4.9.1] - 2023-04-11

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 = '1'
28+
_PATCH_VERSION = '2'
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 = '1'
24+
_PATCH_VERSION = '2'
2525

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

0 commit comments

Comments
 (0)