File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,13 +66,12 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
6666
6767The latest released versions:
6868
69+ - v1.20 : ` https://github.com/klokantech/cloudwrapper/archive/v1.20.zip `
6970 - v1.19 : ` https://github.com/klokantech/cloudwrapper/archive/v1.19.zip `
7071 - v1.18 : ` https://github.com/klokantech/cloudwrapper/archive/v1.18.zip `
7172 - v1.17 : ` https://github.com/klokantech/cloudwrapper/archive/v1.17.zip `
7273 - v1.16 : ` https://github.com/klokantech/cloudwrapper/archive/v1.16.zip `
7374 - v1.15 : ` https://github.com/klokantech/cloudwrapper/archive/v1.15.zip `
74- - v1.14 : ` https://github.com/klokantech/cloudwrapper/archive/v1.14.zip `
75- - v1.13 : ` https://github.com/klokantech/cloudwrapper/archive/v1.13.zip `
7675
7776The list of all released versions are in the [ Releases] ( https://github.com/klokantech/cloudwrapper/releases ) section of this repository.
7877The 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.
@@ -83,15 +82,15 @@ The link for older version has this format: `https://github.com/klokantech/cloud
8382``` bash
8483apt-get install python-setuptools
8584easy_install pip
86- pip install https://github.com/klokantech/cloudwrapper/archive/v1.19 .zip
85+ pip install https://github.com/klokantech/cloudwrapper/archive/v1.20 .zip
8786```
8887
8988### Python3
9089
9190``` bash
9291apt-get install python3-setuptools
9392easy_install3 pip
94- pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.19 .zip
93+ pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.20 .zip
9594```
9695
9796
Original file line number Diff line number Diff line change 2929
3030"""
3131
32- __version__ = '1.19 '
32+ __version__ = '1.20 '
You can’t perform that action at this time.
0 commit comments