Skip to content

Commit 9a5a58b

Browse files
authored
Merge pull request #1154 from netfs/releng_20181023_120926
Update version for 1.11.1 release.
2 parents 96960a8 + bf7ea72 commit 9a5a58b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tensorflow_serving/model_servers/BUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ pkg_deb(
434434
homepage = "https://github.com/tensorflow/serving",
435435
maintainer = "TensorFlow Serving team",
436436
package = "tensorflow-model-server",
437-
version = "1.11.0", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
437+
version = "1.11.1", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
438438
)
439439

440440
# Build with '-c opt'
@@ -445,5 +445,5 @@ pkg_deb(
445445
homepage = "https://github.com/tensorflow/serving",
446446
maintainer = "TensorFlow Serving team",
447447
package = "tensorflow-model-server-universal",
448-
version = "1.11.0", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
448+
version = "1.11.1", # Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
449449
)

tensorflow_serving/model_servers/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ limitations under the License.
2424

2525
#define TF_MODELSERVER_MAJOR_VERSION 1
2626
#define TF_MODELSERVER_MINOR_VERSION 11
27-
#define TF_MODELSERVER_PATCH_VERSION 0
27+
#define TF_MODELSERVER_PATCH_VERSION 1
2828
// TF_MODELSERVER_VERSION_SUFFIX is non-empty for pre-releases
2929
// (e.g. "-alpha", "-alpha.1", "-beta", "-rc", "-rc.1")
3030
#define TF_MODELSERVER_VERSION_SUFFIX ""

tensorflow_serving/tools/pip_package/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
DOCLINES = __doc__.split('\n')
3030

3131
# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
32-
_VERSION = '1.11.0'
32+
_VERSION = '1.11.1'
3333

3434
REQUIRED_PACKAGES = [
3535
'tensorflow>=1.2.0,<2',

0 commit comments

Comments
 (0)