Skip to content

Commit 3b03292

Browse files
committed
Changed version to 1.15. Updated copyright.
1 parent 834c066 commit 3b03292

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Diff for: README.md

+4-4
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-2017 Klokan Technologies GmbH (http://www.klokantech.com/)
5+
**Copyright**: (C) 2016-2018 Klokan Technologies GmbH (http://www.klokantech.com/)
66

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

@@ -66,11 +66,11 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
6666

6767
The latest released versions:
6868

69+
- v1.15 : `https://github.com/klokantech/cloudwrapper/archive/v1.15.zip`
6970
- v1.14 : `https://github.com/klokantech/cloudwrapper/archive/v1.14.zip`
7071
- v1.13 : `https://github.com/klokantech/cloudwrapper/archive/v1.13.zip`
7172
- v1.12 : `https://github.com/klokantech/cloudwrapper/archive/v1.12.zip`
7273
- v1.11 : `https://github.com/klokantech/cloudwrapper/archive/v1.11.zip`
73-
- v1.10 : `https://github.com/klokantech/cloudwrapper/archive/v1.10.zip`
7474

7575
The list of all released versions are in the [Releases](https://github.com/klokantech/cloudwrapper/releases) section of this repository.
7676
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
8181
```bash
8282
apt-get install python-setuptools
8383
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
8585
```
8686

8787
### Python3
8888

8989
```bash
9090
apt-get install python3-setuptools
9191
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
9393
```
9494

9595

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-2017 Klokan Technologies GmbH (http://www.klokantech.com/)
3+
Copyright (C) 2016-2018 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.14'
32+
__version__ = '1.15'

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) 2017 Klokan Technologies GmbH (http://www.klokantech.com/)
7+
Copyright (C) 2018 Klokan Technologies GmbH (http://www.klokantech.com/)
88
"""
99

1010

0 commit comments

Comments
 (0)