Skip to content

Commit

Permalink
1.4.3 (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-jin committed Sep 29, 2023
1 parent a36686b commit 2f5d31c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions RELEASE.md
@@ -1,3 +1,10 @@
# Release v1.4.3

## Bug fixes
* Could not do `from keras_tuner.engine.tuner import Tuner`. It is now fixed.
* When TensorFlow version is low, it would error out with keras models have no
attributed called `get_build_config`. It is now fixed.

# Release v1.4.2

## Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion keras_tuner/version.py
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.

# Unique source of truth for the version number.
__version__ = "1.4.3dev0"
__version__ = "1.4.3"

0 comments on commit 2f5d31c

Please sign in to comment.