Skip to content

Commit be7ba43

Browse files
author
MartinMikita
committed
Changed version to 1.10
1 parent 9594614 commit be7ba43

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Diff for: README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Wrappers around cloud services for Amazon, Google and private cloud.
44

5-
**Copyright**: (C) 2016 Klokan Technologies GmbH (http://www.klokantech.com/)
5+
**Copyright**: (C) 2016-2017 Klokan Technologies GmbH (http://www.klokantech.com/)
66

77
**Maintainer**: Martin Mikita, [email protected]
88

@@ -62,6 +62,7 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
6262

6363
### Versions
6464

65+
- v1.10 : `https://github.com/klokantech/cloudwrapper/archive/v1.10.zip`
6566
- v1.9 : `https://github.com/klokantech/cloudwrapper/archive/v1.9.zip`
6667
- v1.8 : `https://github.com/klokantech/cloudwrapper/archive/v1.8.zip`
6768
- v1.7 : `https://github.com/klokantech/cloudwrapper/archive/v1.7.zip`
@@ -80,15 +81,15 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
8081
```bash
8182
apt-get install python-setuptools
8283
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
8485
```
8586

8687
### Python3
8788

8889
```bash
8990
apt-get install python3-setuptools
9091
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
9293
```
9394

9495

Diff for: cloudwrapper/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Wrappers around cloud services for Amazon, Google and private cloud.
22
3-
Copyright (C) 2016 Klokan Technologies GmbH (http://www.klokantech.com/)
3+
Copyright (C) 2016-2017 Klokan Technologies GmbH (http://www.klokantech.com/)
44
Maintainer: Martin Mikita, [email protected]
55
66
Modules:
@@ -29,4 +29,4 @@
2929
3030
"""
3131

32-
__version__ = '1.9'
32+
__version__ = '1.10'

Diff for: cloudwrapper/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
BaseQueue
55
BaseBucket
66
7-
Copyright (C) 2016 Klokan Technologies GmbH (http://www.klokantech.com/)
7+
Copyright (C) 2017 Klokan Technologies GmbH (http://www.klokantech.com/)
88
"""
99

1010

0 commit comments

Comments
 (0)