Skip to content

Commit 7b3bfc1

Browse files
committed
Changed version to 1.17
1 parent 6061774 commit 7b3bfc1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
6666

6767
The latest released versions:
6868

69+
- v1.17 : `https://github.com/klokantech/cloudwrapper/archive/v1.17.zip`
6970
- v1.16 : `https://github.com/klokantech/cloudwrapper/archive/v1.16.zip`
7071
- v1.15 : `https://github.com/klokantech/cloudwrapper/archive/v1.15.zip`
7172
- v1.14 : `https://github.com/klokantech/cloudwrapper/archive/v1.14.zip`
7273
- v1.13 : `https://github.com/klokantech/cloudwrapper/archive/v1.13.zip`
73-
- v1.12 : `https://github.com/klokantech/cloudwrapper/archive/v1.12.zip`
7474

7575
The list of all released versions are in the [Releases](https://github.com/klokantech/cloudwrapper/releases) section of this repository.
7676
The link for older version has this format: `https://github.com/klokantech/cloudwrapper/archive/vX.Y.zip`, where `vX.Y` is the tag on this repository.
@@ -81,15 +81,15 @@ The link for older version has this format: `https://github.com/klokantech/cloud
8181
```bash
8282
apt-get install python-setuptools
8383
easy_install pip
84-
pip install https://github.com/klokantech/cloudwrapper/archive/v1.16.zip
84+
pip install https://github.com/klokantech/cloudwrapper/archive/v1.17.zip
8585
```
8686

8787
### Python3
8888

8989
```bash
9090
apt-get install python3-setuptools
9191
easy_install3 pip
92-
pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.16.zip
92+
pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.17.zip
9393
```
9494

9595

cloudwrapper/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
3030
"""
3131

32-
__version__ = '1.16'
32+
__version__ = '1.17'

0 commit comments

Comments
 (0)