Skip to content

Commit c39025a

Browse files
committed
Changed version to 2.6
1 parent 815e6f5 commit c39025a

File tree

2 files changed

+5
-5
lines changed

2 files changed

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

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

@@ -68,14 +68,14 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
6868

6969
The latest released versions:
7070

71+
- v2.6 : `https://github.com/klokantech/cloudwrapper/archive/v2.6.zip`
7172
- v2.5 : `https://github.com/klokantech/cloudwrapper/archive/v2.5.zip`
7273
- v2.4 : `https://github.com/klokantech/cloudwrapper/archive/v2.4.zip`
7374
- v2.3 : `https://github.com/klokantech/cloudwrapper/archive/v2.3.zip`
7475
- v2.2 : `https://github.com/klokantech/cloudwrapper/archive/v2.2.zip`
7576
- v2.1 : `https://github.com/klokantech/cloudwrapper/archive/v2.1.zip`
7677
- v2.0 : `https://github.com/klokantech/cloudwrapper/archive/v2.0.zip`
7778
- v1.24 : `https://github.com/klokantech/cloudwrapper/archive/v1.24.zip`
78-
- v1.23 : `https://github.com/klokantech/cloudwrapper/archive/v1.23.zip`
7979

8080
The list of all released versions are in the [Releases](https://github.com/klokantech/cloudwrapper/releases) section of this repository.
8181
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
8888
```bash
8989
apt-get install python-setuptools
9090
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
9292
```
9393

9494
### Python3
9595

9696
```bash
9797
apt-get install python3-setuptools
9898
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
100100
```
101101

102102

cloudwrapper/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
3030
"""
3131

32-
__version__ = '2.5'
32+
__version__ = '2.6'

0 commit comments

Comments
 (0)