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 @@ -60,6 +60,7 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
60
60
61
61
### Versions
62
62
63
+ - v1.2 : ` https://github.com/klokantech/cloudwrapper/archive/v1.2.zip `
63
64
- v1.1 : ` https://github.com/klokantech/cloudwrapper/archive/v1.1.zip `
64
65
- v1.0 : ` https://github.com/klokantech/cloudwrapper/archive/v1.0.zip `
65
66
@@ -70,15 +71,15 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
70
71
``` bash
71
72
apt-get install python-setuptools
72
73
easy_install pip
73
- pip install https://github.com/klokantech/cloudwrapper/archive/v1.1 .zip
74
+ pip install https://github.com/klokantech/cloudwrapper/archive/v1.2 .zip
74
75
```
75
76
76
77
### Python3
77
78
78
79
``` bash
79
80
apt-get install python3-setuptools
80
81
easy_install3 pip
81
- pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.1 .zip
82
+ pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.2 .zip
82
83
```
83
84
84
85
Original file line number Diff line number Diff line change 26
26
27
27
"""
28
28
29
- __version__ = '1.1 '
29
+ __version__ = '1.2 '
You can’t perform that action at this time.
0 commit comments