Skip to content

Commit fcb0d9d

Browse files
authored
Bump to 0.37.1 (#2023)
1 parent abc32ef commit fcb0d9d

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ of releases [here](https://github.com/tensorflow/io/releases).
126126

127127
| TensorFlow I/O Version | TensorFlow Compatibility | Release Date |
128128
| --- | --- | --- |
129+
| 0.37.1 | 2.16.x | Jul 01, 2024 |
129130
| 0.37.0 | 2.16.x | Apr 25, 2024 |
130131
| 0.36.0 | 2.15.x | Feb 02, 2024 |
131132
| 0.35.0 | 2.14.x | Dec 18, 2023 |

RELEASE.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Release 0.37.1
2+
3+
## Major Features and Bug Fixes
4+
* Fix metadata to support Python 3.12
5+
* Address the S3 issue
6+
7+
## Thanks to our Contributors
8+
9+
This release contains contributions from many people:
10+
11+
Di-Is, Douglas Yarrington
12+
13+
We are also grateful to all who filed issues or helped resolve them, asked and
14+
answered questions, and were part of inspiring discussions.
15+
116
# Release 0.37.0
217

318
## Major Features and Bug Fixes

tensorflow_io/python/ops/version_ops.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# ==============================================================================
1515
"""version_ops"""
1616

17-
version = "0.37.0"
17+
version = "0.37.1"
1818
require = "tensorflow>=2.16.0,<2.17.0"

0 commit comments

Comments
 (0)