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