Skip to content

Commit 34d9e85

Browse files
authored
Merge pull request #1390 from christisg/releng_20190628_110321
Update version for 1.14.0 release.
2 parents a854e85 + 1fe35f1 commit 34d9e85

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ load("//tensorflow_serving:repo.bzl", "tensorflow_http_archive")
1111

1212
tensorflow_http_archive(
1313
name = "org_tensorflow",
14-
sha256 = "1bc357f72d6582351cfb3eb6a340aa496539277b2177a641dd203b40ac54fc27",
15-
git_commit = "f5ce1c00d4397875ff3d706881bd46430f4a9667",
14+
sha256 = "c4da79385dfbfb30c1aaf73fae236bc6e208c3171851dfbe0e1facf7ca127a6a",
15+
git_commit = "87989f69597d6b2d60de8f112e1e3cea23be7298",
1616
)
1717

1818
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

tensorflow_serving/model_servers/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ pkg_deb(
464464
homepage = "https://github.com/tensorflow/serving",
465465
maintainer = "TensorFlow Serving team",
466466
package = "tensorflow-model-server",
467-
version = "1.14.0-rc0", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
467+
version = "1.14.0", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
468468
)
469469

470470
# Build with '-c opt'
@@ -475,5 +475,5 @@ pkg_deb(
475475
homepage = "https://github.com/tensorflow/serving",
476476
maintainer = "TensorFlow Serving team",
477477
package = "tensorflow-model-server-universal",
478-
version = "1.14.0-rc0", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
478+
version = "1.14.0", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
479479
)

tensorflow_serving/tools/pip_package/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
DOCLINES = __doc__.split('\n')
3232

3333
# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
34-
_VERSION = '1.14.0-rc0'
34+
_VERSION = '1.14.0'
3535
# Have this by default be open; releasing a new version will lock to TF version
36-
_TF_VERSION = '~=1.14.0-rc0'
36+
_TF_VERSION = '~=1.14.0'
3737
_TF_VERSION_SANITIZED = _TF_VERSION.replace('-', '')
3838

3939
project_name = 'tensorflow-serving-api'

0 commit comments

Comments
 (0)