File tree 2 files changed +4
-3
lines changed
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
66
66
67
67
The latest released versions:
68
68
69
+ - v1.19 : ` https://github.com/klokantech/cloudwrapper/archive/v1.19.zip `
69
70
- v1.18 : ` https://github.com/klokantech/cloudwrapper/archive/v1.18.zip `
70
71
- v1.17 : ` https://github.com/klokantech/cloudwrapper/archive/v1.17.zip `
71
72
- 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
82
83
``` bash
83
84
apt-get install python-setuptools
84
85
easy_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
86
87
```
87
88
88
89
### Python3
89
90
90
91
``` bash
91
92
apt-get install python3-setuptools
92
93
easy_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
94
95
```
95
96
96
97
Original file line number Diff line number Diff line change 29
29
30
30
"""
31
31
32
- __version__ = '1.18 '
32
+ __version__ = '1.19 '
You can’t perform that action at this time.
0 commit comments