File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
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 = "1e639001b85361742b6f079d0aa2b5093c5f27b5c6bec7644730073b6b6cbf76 " ,
15
- git_commit = "70087ab4f46a4bebaacce1023cd12bd9c655e159 " ,
14
+ sha256 = "b3d7829fac84e3a26264d84057367730b6b85b495a0fce15929568f4b55dc144 " ,
15
+ git_commit = "2b96f3662bd776e277f86997659e61046b56c315 " ,
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 @@ -440,7 +440,7 @@ pkg_deb(
440
440
homepage = "https://github.com/tensorflow/serving" ,
441
441
maintainer = "TensorFlow Serving team" ,
442
442
package = "tensorflow-model-server" ,
443
- version = "2.2.0-rc2 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
443
+ version = "2.2.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
444
444
)
445
445
446
446
# Build with '-c opt'
@@ -451,5 +451,5 @@ pkg_deb(
451
451
homepage = "https://github.com/tensorflow/serving" ,
452
452
maintainer = "TensorFlow Serving team" ,
453
453
package = "tensorflow-model-server-universal" ,
454
- version = "2.2.0-rc2 " , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
454
+ version = "2.2.0" , # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
455
455
)
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.2.0-rc2 '
34
+ _VERSION = '2.2.0'
35
35
# Have this by default be open; releasing a new version will lock to TF version
36
- _TF_VERSION = '~=2.2.0-rc4 '
36
+ _TF_VERSION = '~=2.2.0'
37
37
_TF_VERSION_SANITIZED = _TF_VERSION .replace ('-' , '' )
38
38
39
39
project_name = 'tensorflow-serving-api'
You can’t perform that action at this time.
0 commit comments