File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
6666
6767The 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
7575The list of all released versions are in the [ Releases] ( https://github.com/klokantech/cloudwrapper/releases ) section of this repository.
7676The 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
8282apt-get install python-setuptools
8383easy_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
9090apt-get install python3-setuptools
9191easy_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
Original file line number Diff line number Diff line change 2929
3030"""
3131
32- __version__ = '1.16 '
32+ __version__ = '1.17 '
You can’t perform that action at this time.
0 commit comments