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