File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Wrappers around cloud services for Amazon, Google and private cloud.
4
4
5
- ** Copyright** : (C) 2016 Klokan Technologies GmbH (http://www.klokantech.com/ )
5
+ ** Copyright** : (C) 2016-2017 Klokan Technologies GmbH (http://www.klokantech.com/ )
6
6
7
7
** Maintainer
** : Martin Mikita,
[email protected]
8
8
@@ -62,6 +62,7 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
62
62
63
63
### Versions
64
64
65
+ - v1.10 : ` https://github.com/klokantech/cloudwrapper/archive/v1.10.zip `
65
66
- v1.9 : ` https://github.com/klokantech/cloudwrapper/archive/v1.9.zip `
66
67
- v1.8 : ` https://github.com/klokantech/cloudwrapper/archive/v1.8.zip `
67
68
- v1.7 : ` https://github.com/klokantech/cloudwrapper/archive/v1.7.zip `
@@ -80,15 +81,15 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
80
81
``` bash
81
82
apt-get install python-setuptools
82
83
easy_install pip
83
- pip install https://github.com/klokantech/cloudwrapper/archive/v1.9 .zip
84
+ pip install https://github.com/klokantech/cloudwrapper/archive/v1.10 .zip
84
85
```
85
86
86
87
### Python3
87
88
88
89
``` bash
89
90
apt-get install python3-setuptools
90
91
easy_install3 pip
91
- pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.9 .zip
92
+ pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.10 .zip
92
93
```
93
94
94
95
Original file line number Diff line number Diff line change 1
1
"""Wrappers around cloud services for Amazon, Google and private cloud.
2
2
3
- Copyright (C) 2016 Klokan Technologies GmbH (http://www.klokantech.com/)
3
+ Copyright (C) 2016-2017 Klokan Technologies GmbH (http://www.klokantech.com/)
4
4
Maintainer: Martin Mikita, [email protected]
5
5
6
6
Modules:
29
29
30
30
"""
31
31
32
- __version__ = '1.9 '
32
+ __version__ = '1.10 '
Original file line number Diff line number Diff line change 4
4
BaseQueue
5
5
BaseBucket
6
6
7
- Copyright (C) 2016 Klokan Technologies GmbH (http://www.klokantech.com/)
7
+ Copyright (C) 2017 Klokan Technologies GmbH (http://www.klokantech.com/)
8
8
"""
9
9
10
10
You can’t perform that action at this time.
0 commit comments