8000 Merge pull request #43446 from tensorflow-jenkins/version-numbers-2.3… · metacortex/tensorflow@fcc4b96 · GitHub
[go: up one dir, main page]

Skip to content

Commit fcc4b96

Browse files
Merge pull request tensorflow#43446 from tensorflow-jenkins/version-numbers-2.3.1-16251
Update version numbers for TensorFlow 2.3.1
2 parents eee8224 + 4cf2230 commit fcc4b96

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tensorflow/core/public/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
// tensorflow/tools/pip_package/setup.py
2323
#define TF_MAJOR_VERSION 2
2424
#define TF_MINOR_VERSION 3
25-
#define TF_PATCH_VERSION 0
25+
#define TF_PATCH_VERSION 1
2626

2727
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
2828
// "-beta", "-rc", "-rc.1")

tensorflow/tensorflow.bzl

Lines changed: 1 addition & 1 deletion
< 8B5C td data-grid-cell-id="diff-7e9b6c00ccad2c40e6d73561087f76a8ac70fc1e5af326849953a52ade696113-64-64-2" data-line-anchor="diff-7e9b6c00ccad2c40e6d73561087f76a8ac70fc1e5af326849953a52ade696113R64" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side">

Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ load(
5959
# not contain rc or alpha, only numbers.
6060
# Also update tensorflow/core/public/version.h
6161
# and tensorflow/tools/pip_package/setup.py
62-
VERSION = "2.3.0"
62+
VERSION = "2.3.1"
6363
VERSION_MAJOR = VERSION.split(".")[0]
6464
6565
# Sanitize a dependency so that it works correctly from code that includes

tensorflow/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# result for pip.
5050
# Also update tensorflow/tensorflow.bzl and
5151
# tensorflow/core/public/version.h
52-
_VERSION = '2.3.0'
52+
_VERSION = '2.3.1'
5353

5454
REQUIRED_PACKAGES = [
5555
'absl-py >= 0.7.0',

0 commit comments

Comments
 (0)
0