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