Skip to content

Commit 2f5d31c

Browse files
authored
1.4.3 (#953)
1 parent a36686b commit 2f5d31c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

RELEASE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Release v1.4.3
2+
3+
## Bug fixes
4+
* Could not do `from keras_tuner.engine.tuner import Tuner`. It is now fixed.
5+
* When TensorFlow version is low, it would error out with keras models have no
6+
attributed called `get_build_config`. It is now fixed.
7+
18
# Release v1.4.2
29

310
## Bug fixes

keras_tuner/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414

1515
# Unique source of truth for the version number.
16-
__version__ = "1.4.3dev0"
16+
__version__ = "1.4.3"

0 commit comments

Comments
 (0)