File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
6666
6767The latest released versions:
6868
69+ - v1.19 : ` https://github.com/klokantech/cloudwrapper/archive/v1.19.zip `
6970 - v1.18 : ` https://github.com/klokantech/cloudwrapper/archive/v1.18.zip `
7071 - v1.17 : ` https://github.com/klokantech/cloudwrapper/archive/v1.17.zip `
7172 - v1.16 : ` https://github.com/klokantech/cloudwrapper/archive/v1.16.zip `
@@ -82,15 +83,15 @@ The link for older version has this format: `https://github.com/klokantech/cloud
8283``` bash
8384apt-get install python-setuptools
8485easy_install pip
85- pip install https://github.com/klokantech/cloudwrapper/archive/v1.18 .zip
86+ pip install https://github.com/klokantech/cloudwrapper/archive/v1.19 .zip
8687```
8788
8889### Python3
8990
9091``` bash
9192apt-get install python3-setuptools
9293easy_install3 pip
93- pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.18 .zip
94+ pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.19 .zip
9495```
9596
9697
Original file line number Diff line number Diff line change 2929
3030"""
3131
32- __version__ = '1.18 '
32+ __version__ = '1.19 '
You can’t perform that action at this time.
0 commit comments