2
2
3
3
Wrappers around cloud services for Amazon, Google and private cloud.
4
4
5
- ** Copyright** : (C) 2016-2020 Klokan Technologies GmbH (https://www.klokantech.com/ )
5
+ ** Copyright** : (C) 2016-2021 Klokan Technologies GmbH (https://www.klokantech.com/ )
6
6
7
7
** Maintainer
** : Martin Mikita,
[email protected]
8
8
@@ -68,14 +68,14 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
68
68
69
69
The latest released versions:
70
70
71
+ - v2.6 : ` https://github.com/klokantech/cloudwrapper/archive/v2.6.zip `
71
72
- v2.5 : ` https://github.com/klokantech/cloudwrapper/archive/v2.5.zip `
72
73
- v2.4 : ` https://github.com/klokantech/cloudwrapper/archive/v2.4.zip `
73
74
- v2.3 : ` https://github.com/klokantech/cloudwrapper/archive/v2.3.zip `
74
75
- v2.2 : ` https://github.com/klokantech/cloudwrapper/archive/v2.2.zip `
75
76
- v2.1 : ` https://github.com/klokantech/cloudwrapper/archive/v2.1.zip `
76
77
- v2.0 : ` https://github.com/klokantech/cloudwrapper/archive/v2.0.zip `
77
78
- v1.24 : ` https://github.com/klokantech/cloudwrapper/archive/v1.24.zip `
78
- - v1.23 : ` https://github.com/klokantech/cloudwrapper/archive/v1.23.zip `
79
79
80
80
The list of all released versions are in the [ Releases] ( https://github.com/klokantech/cloudwrapper/releases ) section of this repository.
81
81
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.
@@ -88,15 +88,15 @@ The link for older version has this format: `https://github.com/klokantech/cloud
88
88
``` bash
89
89
apt-get install python-setuptools
90
90
easy_install pip
91
- pip install https://github.com/klokantech/cloudwrapper/archive/v2.5 .zip
91
+ pip install https://github.com/klokantech/cloudwrapper/archive/v2.6 .zip
92
92
```
93
93
94
94
### Python3
95
95
96
96
``` bash
97
97
apt-get install python3-setuptools
98
98
easy_install3 pip
99
- pip3 install https://github.com/klokantech/cloudwrapper/archive/v2.5 .zip
99
+ pip3 install https://github.com/klokantech/cloudwrapper/archive/v2.6 .zip
100
100
```
101
101
102
102
0 commit comments