Skip to content

Commit 76e2dd9

Browse files
fineguyThe TensorFlow Datasets Authors
authored andcommitted
TFDS 4.8.0 RELEASE
PiperOrigin-RevId: 496877415
1 parent e61e341 commit 76e2dd9

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 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.8.0] - 2022-12-21
24+
25+
### Added
26+
1327
- [API] `DatasetBuilder`'s description and citations can be specified in
1428
dedicated `README.md` and `CITATIONS.bib` files, within the dataset package
1529
(see https://www.tensorflow.org/datasets/add_dataset).

tensorflow_datasets/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
# We follow Semantic Versioning (https://semver.org/spec/v2.0.0.html)
2626
_MAJOR_VERSION = '4'
27-
_MINOR_VERSION = '7'
27+
_MINOR_VERSION = '8'
2828
_PATCH_VERSION = '0'
2929

3030
__version__ = '.'.join([

tensorflow_datasets/version_stable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# We follow Semantic Versioning (https://semver.org/spec/v2.0.0.html)
2222
_MAJOR_VERSION = '4'
23-
_MINOR_VERSION = '7'
23+
_MINOR_VERSION = '8'
2424
_PATCH_VERSION = '0'
2525

2626
__version__ = '.'.join([

0 commit comments

Comments
 (0)