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 @@ -62,6 +62,7 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
62
62
63
63
### Versions
64
64
65
+ - v1.11 : ` https://github.com/klokantech/cloudwrapper/archive/v1.11.zip `
65
66
- v1.10 : ` https://github.com/klokantech/cloudwrapper/archive/v1.10.zip `
66
67
- v1.9 : ` https://github.com/klokantech/cloudwrapper/archive/v1.9.zip `
67
68
- v1.8 : ` https://github.com/klokantech/cloudwrapper/archive/v1.8.zip `
@@ -81,15 +82,15 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
81
82
``` bash
82
83
apt-get install python-setuptools
83
84
easy_install pip
84
- pip install https://github.com/klokantech/cloudwrapper/archive/v1.10 .zip
85
+ pip install https://github.com/klokantech/cloudwrapper/archive/v1.11 .zip
85
86
```
86
87
87
88
### Python3
88
89
89
90
``` bash
90
91
apt-get install python3-setuptools
91
92
easy_install3 pip
92
- pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.10 .zip
93
+ pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.11 .zip
93
94
```
94
95
95
96
Original file line number Diff line number Diff line change 29
29
30
30
"""
31
31
32
- __version__ = '1.10 '
32
+ __version__ = '1.11 '
You can’t perform that action at this time.
0 commit comments