Skip to content

Commit 3f3150f

Browse files
committed
Changed version to 1.22
1 parent 25c8688 commit 3f3150f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

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

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

6767
The latest released versions:
6868

69+
- v1.22 : `https://github.com/klokantech/cloudwrapper/archive/v1.22.zip`
6970
- v1.21 : `https://github.com/klokantech/cloudwrapper/archive/v1.21.zip`
7071
- v1.20 : `https://github.com/klokantech/cloudwrapper/archive/v1.20.zip`
7172
- v1.19 : `https://github.com/klokantech/cloudwrapper/archive/v1.19.zip`
7273
- v1.18 : `https://github.com/klokantech/cloudwrapper/archive/v1.18.zip`
7374
- v1.17 : `https://github.com/klokantech/cloudwrapper/archive/v1.17.zip`
74-
- v1.16 : `https://github.com/klokantech/cloudwrapper/archive/v1.16.zip`
7575

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

8888
### Python3
8989

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

9696

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-2018 Klokan Technologies GmbH (http://www.klokantech.com/)
3+
Copyright (C) 2016-2019 Klokan Technologies GmbH (https://www.klokantech.com/)
44
Maintainer: Martin Mikita, [email protected]
55
66
Modules:
@@ -29,4 +29,4 @@
2929
3030
"""
3131

32-
__version__ = '1.21'
32+
__version__ = '1.22'

0 commit comments

Comments
 (0)