Skip to content

Commit 97bde2c

Browse files
author
Vijay Vasudevan
committed
Merge pull request tensorflow#1190 from jendap/release-0.7.1
update release version to 0.7.1
2 parents 17af61b + cd9389e commit 97bde2c

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

tensorflow/core/public/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
#define TF_MAJOR_VERSION 0
2222
#define TF_MINOR_VERSION 7
23-
#define TF_PATCH_VERSION 0
23+
#define TF_PATCH_VERSION 1
2424

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

tensorflow/g3doc/get_started/os_setup.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,28 +53,28 @@ Install TensorFlow:
5353

5454
```bash
5555
# Ubuntu/Linux 64-bit, CPU only:
56-
$ sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.0-py2-none-linux_x86_64.whl
56+
$ sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.1-py2-none-linux_x86_64.whl
5757

5858
# Ubuntu/Linux 64-bit, GPU enabled:
59-
$ sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.7.0-py2-none-linux_x86_64.whl
59+
$ sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.7.1-py2-none-linux_x86_64.whl
6060

6161
# Mac OS X, CPU only:
6262
$ sudo easy_install --upgrade six
63-
$ sudo pip install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.7.0-py2-none-any.whl
63+
$ sudo pip install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.7.1-py2-none-any.whl
6464
```
6565

6666
For python3:
6767

6868
```bash
6969
# Ubuntu/Linux 64-bit, CPU only:
70-
$ sudo pip3 install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.0-py3-none-linux_x86_64.whl
70+
$ sudo pip3 install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.1-py3-none-linux_x86_64.whl
7171

7272
# Ubuntu/Linux 64-bit, GPU enabled:
73-
$ sudo pip3 install --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.7.0-py3-none-linux_x86_64.whl
73+
$ sudo pip3 install --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.7.1-py3-none-linux_x86_64.whl
7474

7575
# Mac OS X, CPU only:
7676
$ sudo easy_install --upgrade six
77-
$ sudo pip3 install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.7.0-py3-none-any.whl
77+
$ sudo pip3 install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.7.1-py3-none-any.whl
7878
```
7979

8080

@@ -121,13 +121,13 @@ $ source ~/tensorflow/bin/activate.csh # If using csh
121121
(tensorflow)$ # Your prompt should change
122122

123123
# Ubuntu/Linux 64-bit, CPU only:
124-
(tensorflow)$ pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.0-py2-none-linux_x86_64.whl
124+
(tensorflow)$ pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.1-py2-none-linux_x86_64.whl
125125

126126
# Ubuntu/Linux 64-bit, GPU enabled:
127-
(tensorflow)$ pip install --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.7.0-py2-none-linux_x86_64.whl
127+
(tensorflow)$ pip install --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.7.1-py2-none-linux_x86_64.whl
128128

129129
# Mac OS X, CPU only:
130-
(tensorflow)$ pip install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.7.0-py2-none-any.whl
130+
(tensorflow)$ pip install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.7.1-py2-none-any.whl
131131
```
132132

133133
and again for python3:
@@ -138,13 +138,13 @@ $ source ~/tensorflow/bin/activate.csh # If using csh
138138
(tensorflow)$ # Your prompt should change
139139

140140
# Ubuntu/Linux 64-bit, CPU only:
141-
(tensorflow)$ pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.0-py3-none-linux_x86_64.whl
141+
(tensorflow)$ pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.1-py3-none-linux_x86_64.whl
142142

143143
# Ubuntu/Linux 64-bit, GPU enabled:
144-
(tensorflow)$ pip install --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.7.0-py3-none-linux_x86_64.whl
144+
(tensorflow)$ pip install --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.7.1-py3-none-linux_x86_64.whl
145145

146146
# Mac OS X, CPU only:
147-
(tensorflow)$ pip3 install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.7.0-py3-none-any.whl
147+
(tensorflow)$ pip3 install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.7.1-py3-none-any.whl
148148
```
149149

150150
With the Virtualenv environment activated, you can now
@@ -186,7 +186,7 @@ code.
186186
* `b.gcr.io/tensorflow/tensorflow:latest-devel-gpu`: GPU Binary image plus source
187187
code.
188188

189-
We also have tags with `latest` replaced by a released version (e.g., `0.7.0-gpu`).
189+
We also have tags with `latest` replaced by a released version (e.g., `0.7.1-gpu`).
190190

191191
With Docker the installation is as follows:
192192

@@ -512,7 +512,7 @@ $ bazel build -c opt --config=cuda //tensorflow/tools/pip_package:build_pip_pack
512512
$ bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/tensorflow_pkg
513513

514514
# The name of the .whl file will depend on your platform.
515-
$ pip install /tmp/tensorflow_pkg/tensorflow-0.7.0-py2-none-linux_x86_64.whl
515+
$ pip install /tmp/tensorflow_pkg/tensorflow-0.7.1-py2-none-linux_x86_64.whl
516516
```
517517

518518
## Setting up TensorFlow for Development

tensorflow/tools/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN pip --no-cache-dir install \
2828
python -m ipykernel.kernelspec
2929

3030
# Install TensorFlow CPU version.
31-
ENV TENSORFLOW_VERSION 0.7.0
31+
ENV TENSORFLOW_VERSION 0.7.1
3232
RUN pip --no-cache-dir install \
3333
http://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-${TENSORFLOW_VERSION}-py2-none-linux_x86_64.whl
3434

tensorflow/tools/docker/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN pip --no-cache-dir install \
2828
python -m ipykernel.kernelspec
2929

3030
# Install TensorFlow GPU version.
31-
ENV TENSORFLOW_VERSION 0.7.0
31+
ENV TENSORFLOW_VERSION 0.7.1
3232
RUN pip --no-cache-dir install \
3333
http://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-${TENSORFLOW_VERSION}-py2-none-linux_x86_64.whl
3434

tensorflow/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from setuptools.command.install import install as InstallCommandBase
2727
from setuptools.dist import Distribution
2828

29-
_VERSION = '0.7.0'
29+
_VERSION = '0.7.1'
3030

3131
REQUIRED_PACKAGES = [
3232
'numpy >= 1.8.2',

0 commit comments

Comments
 (0)