File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ load("//tensorflow_serving:repo.bzl", "tensorflow_http_archive")
11
11
12
12
tensorflow_http_archive (
13
13
name = "org_tensorflow" ,
14
- sha256 = "1d358199ea52d38524311dee2fb8f08a5c4c444bd0fcd8a1fe2209cac47afffb " ,
15
- git_commit = "bb3c460114b13fda5c730fe43587b8e8c2243cd7 " ,
14
+ sha256 = "a474d4328524de1951655cd6afb4888d256c37a0b4a47e6c623b353ab382b39f " ,
15
+ git_commit = "b36436b087bd8e8701ef51718179037cccdfc26e " ,
16
16
)
17
17
18
18
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
Original file line number Diff line number Diff line change @@ -444,7 +444,7 @@ pkg_deb(
444
444
homepage = "https://github.com/tensorflow/serving" ,
445
445
maintainer = "TensorFlow Serving team" ,
446
446
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).
448
448
)
449
449
450
450
# Build with '-c opt'
@@ -455,5 +455,5 @@ pkg_deb(
455
455
homepage = "https://github.com/tensorflow/serving" ,
456
456
maintainer = "TensorFlow Serving team" ,
457
457
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).
459
459
)
Original file line number Diff line number Diff line change 31
31
DOCLINES = __doc__ .split ('\n ' )
32
32
33
33
# 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'
35
35
# Have this by default be open; releasing a new version will lock to TF version
36
36
_TF_VERSION = '>=2.3,<3'
37
37
_TF_VERSION_SANITIZED = _TF_VERSION .replace ('-' , '' )
You can’t perform that action at this time.
0 commit comments