Skip to content

Commit

Permalink
Bump version to 0.29.0 (#1746)
Browse files Browse the repository at this point in the history
* Bump version to 0.29.0

Signed-off-by: Yong Tang <[email protected]>

* Fix reviewdog

Signed-off-by: Yong Tang <[email protected]>

Signed-off-by: Yong Tang <[email protected]>
  • Loading branch information
yongtang authored Dec 18, 2022
1 parent 416bae5 commit 21c349b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: |
sudo python3 -m pip install -U numpy
sudo python3 -m pip install -U numpy pip wheel setuptools requests
bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:lint -- bazel
- uses: reviewdog/action-suggester@v1
black:
Expand All @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: |
sudo python3 -m pip install -U numpy
sudo python3 -m pip install -U numpy pip wheel setuptools requests
bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:lint -- black
- uses: reviewdog/action-suggester@v1
clang:
Expand All @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: |
sudo python3 -m pip install -U numpy
sudo python3 -m pip install -U numpy pip wheel setuptools requests
bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:lint -- clang
- uses: reviewdog/action-suggester@v1
pyupgrade:
Expand All @@ -39,6 +39,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: |
sudo python3 -m pip install -U numpy
sudo python3 -m pip install -U numpy pip wheel setuptools requests
bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:lint -- pyupgrade
- uses: reviewdog/action-suggester@v1
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ of releases [here](https://github.com/tensorflow/io/releases).

| TensorFlow I/O Version | TensorFlow Compatibility | Release Date |
| --- | --- | --- |
| 0.29.0 | 2.11.x | Dec 18, 2022 |
| 0.28.0 | 2.11.x | Nov 21, 2022 |
| 0.27.0 | 2.10.x | Sep 08, 2022 |
| 0.26.0 | 2.9.x | May 17, 2022 |
Expand Down
14 changes: 14 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Release 0.29.0

## Major Features and Bug Fixes
* Fix issue in python 3.11 support

## Thanks to our Contributors

This release contains contributions from many people:

Aaron Keesing

We are also grateful to all who filed issues or helped resolve them, asked and
answered questions, and were part of inspiring discussions.

# Release 0.28.0

## Major Features and Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_io/python/ops/version_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# ==============================================================================
"""version_ops"""

version = "0.28.0"
version = "0.29.0"
require = "tensorflow>=2.11.0,<2.12.0"

0 comments on commit 21c349b

Please sign in to comment.