Skip to content

Commit 0617d7a

Browse files
authored
Merge pull request #1716 from yimingz-a/releng_20200810_162535
Update version for 2.3.0 release.
2 parents df90ed0 + 8b4c709 commit 0617d7a

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 = "1d358199ea52d38524311dee2fb8f08a5c4c444bd0fcd8a1fe2209cac47afffb",
15-
git_commit = "bb3c460114b13fda5c730fe43587b8e8c2243cd7",
14+
sha256 = "a474d4328524de1951655cd6afb4888d256c37a0b4a47e6c623b353ab382b39f",
15+
git_commit = "b36436b087bd8e8701ef51718179037cccdfc26e",
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
@@ -444,7 +444,7 @@ pkg_deb(
444444
homepage = "https://github.com/tensorflow/serving",
445445
maintainer = "TensorFlow Serving team",
446446
package = "tensorflow-model-server",
447-
version = "2.3.0-rc0", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
447+
version = "2.3.0", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
448448
)
449449

450450
# Build with '-c opt'
@@ -455,5 +455,5 @@ pkg_deb(
455455
homepage = "https://github.com/tensorflow/serving",
456456
maintainer = "TensorFlow Serving team",
457457
package = "tensorflow-model-server-universal",
458-
version = "2.3.0-rc0", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
458+
version = "2.3.0", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
459459
)

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 = '2.3.0-rc0'
34+
_VERSION = '2.3.0'
3535
# Have this by default be open; releasing a new version will lock to TF version
3636
_TF_VERSION = '>=2.3,<3'
3737
_TF_VERSION_SANITIZED = _TF_VERSION.replace('-', '')

0 commit comments

Comments
 (0)