提交 48c54eee 编写于 作者: A Amit Patankar 提交者: GitHub

Merge pull request #13300 from av8ramit/1.3.1

GitHub only 1.3.1 release.
# Release 1.3.1
NOTE: TensorFlow 1.3.1 is a GitHub only release. The latest exported binaries are still version 1.3.0.
## Bug Fixes and Other Changes
* Fixing the hash mismatch errors when building from source.
# Release 1.3.0
See also [TensorBoard 0.1.4](https://github.com/tensorflow/tensorboard/releases/tag/0.1.4) release notes.
......
......@@ -20,7 +20,7 @@ limitations under the License.
#define TF_MAJOR_VERSION 1
#define TF_MINOR_VERSION 3
#define TF_PATCH_VERSION 0
#define TF_PATCH_VERSION 1
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
// "-beta", "-rc", "-rc.1")
......
......@@ -29,7 +29,7 @@ from setuptools.dist import Distribution
# This version string is semver compatible, but incompatible with pip.
# For pip, we will remove all '-' characters from this string, and use the
# result for pip.
_VERSION = '1.3.0'
_VERSION = '1.3.1'
REQUIRED_PACKAGES = [
'numpy >= 1.11.0',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册