Skip to content

Commit f16e777

Browse files
authored
Merge pull request #1268 from netfs/releng_20190225_145024
Update version for 1.13.0 release.
2 parents fd92d2f + a06964f commit f16e777

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

WORKSPACE

+2-2
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 = "8ba460e7cc1d896105df4fee910f7b1fb29966575dd2a2385aa4296064a2a2e0",
15-
git_commit = "63c13ff9b330682d136bc9219fa658f589b639f4",
14+
sha256 = "9345658274058773f34a8865fba14b9fdd3c1c4cb3eaf44dbb7f6c01632ee830",
15+
git_commit = "6612da89516247503f03ef76e974b51a434fb52e",
1616
)
1717

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

tensorflow_serving/model_servers/BUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ pkg_deb(
454454
homepage = "https://github.com/tensorflow/serving",
455455
maintainer = "TensorFlow Serving team",
456456
package = "tensorflow-model-server",
457-
version = "1.13.0-rc1", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
457+
version = "1.13.0", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
458458
)
459459

460460
# Build with '-c opt'
@@ -465,5 +465,5 @@ pkg_deb(
465465
homepage = "https://github.com/tensorflow/serving",
466466
maintainer = "TensorFlow Serving team",
467467
package = "tensorflow-model-server-universal",
468-
version = "1.13.0-rc1", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
468+
version = "1.13.0", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
469469
)

tensorflow_serving/tools/pip_package/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
DOCLINES = __doc__.split('\n')
3232

3333
# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
34-
_VERSION = '1.13.0-rc1'
34+
_VERSION = '1.13.0'
3535

3636
project_name = 'tensorflow-serving-api'
3737
# Set when building the pip package

0 commit comments

Comments
 (0)