Skip to content

Commit

Permalink
Merge pull request #2052 from rtg0795/releng_20220906_150649
Browse files Browse the repository at this point in the history
Update version for 2.10.0 release.
  • Loading branch information
rtg0795 authored Sep 8, 2022
2 parents 19b5dcc + 69b77bf commit f44ac27
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ workspace(name = "tf_serving")
load("//tensorflow_serving:repo.bzl", "tensorflow_http_archive")
tensorflow_http_archive(
name = "org_tensorflow",
sha256 = "2870ffe8a318ba5b4b02a0e05567621388e69dc12e9ad335d9bc86fde3bd9afe",
git_commit = "f082fa907cf1a8e127436f12c05dff97ba599e3a",
sha256 = "bc4e9bbeb0136163f283ab8b695bec747cad738963e153ce3b7e414ebffe408f",
git_commit = "359c3cdfc5fabac82b3c70b3b6de2b0a8c16874f",
)

# Import all of TensorFlow Serving's external dependencies.
Expand Down
4 changes: 2 additions & 2 deletions tensorflow_serving/model_servers/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ pkg_deb(
homepage = "https://github.com/tensorflow/serving",
maintainer = "TensorFlow Serving team",
package = "tensorflow-model-server",
version = "2.10.0-rc3", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
version = "2.10.0", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
)

# Build with '-c opt'
Expand All @@ -537,5 +537,5 @@ pkg_deb(
homepage = "https://github.com/tensorflow/serving",
maintainer = "TensorFlow Serving team",
package = "tensorflow-model-server-universal",
version = "2.10.0-rc3", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
version = "2.10.0", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
)
4 changes: 2 additions & 2 deletions tensorflow_serving/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
DOCLINES = __doc__.split('\n')

# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
_VERSION = '2.10.0-rc3'
_VERSION = '2.10.0'
# Have this by default be open; releasing a new version will lock to TF version
_TF_VERSION = '>=2.10.0-rc3,<3'
_TF_VERSION = '>=2.10.0,<3'
_TF_VERSION_SANITIZED = _TF_VERSION.replace('-', '')

project_name = 'tensorflow-serving-api'
Expand Down

0 comments on commit f44ac27

Please sign in to comment.