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