2
2
3
3
Wrappers around cloud services for Amazon, Google and private cloud.
4
4
5
- ** Copyright** : (C) 2016-2017 Klokan Technologies GmbH (http://www.klokantech.com/ )
5
+ ** Copyright** : (C) 2016-2018 Klokan Technologies GmbH (http://www.klokantech.com/ )
6
6
7
7
** Maintainer
** : Martin Mikita,
[email protected]
8
8
@@ -66,11 +66,11 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
66
66
67
67
The latest released versions:
68
68
69
+ - v1.15 : ` https://github.com/klokantech/cloudwrapper/archive/v1.15.zip `
69
70
- v1.14 : ` https://github.com/klokantech/cloudwrapper/archive/v1.14.zip `
70
71
- v1.13 : ` https://github.com/klokantech/cloudwrapper/archive/v1.13.zip `
71
72
- v1.12 : ` https://github.com/klokantech/cloudwrapper/archive/v1.12.zip `
72
73
- v1.11 : ` https://github.com/klokantech/cloudwrapper/archive/v1.11.zip `
73
- - v1.10 : ` https://github.com/klokantech/cloudwrapper/archive/v1.10.zip `
74
74
75
75
The list of all released versions are in the [ Releases] ( https://github.com/klokantech/cloudwrapper/releases ) section of this repository.
76
76
The link for older version has this format: ` https://github.com/klokantech/cloudwrapper/archive/vX.Y.zip ` , where ` vX.Y ` is the tag on this repository.
@@ -81,15 +81,15 @@ The link for older version has this format: `https://github.com/klokantech/cloud
81
81
``` bash
82
82
apt-get install python-setuptools
83
83
easy_install pip
84
- pip install https://github.com/klokantech/cloudwrapper/archive/v1.14 .zip
84
+ pip install https://github.com/klokantech/cloudwrapper/archive/v1.15 .zip
85
85
```
86
86
87
87
### Python3
88
88
89
89
``` bash
90
90
apt-get install python3-setuptools
91
91
easy_install3 pip
92
- pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.14 .zip
92
+ pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.15 .zip
93
93
```
94
94
95
95
0 commit comments