Skip to content

Commit

Permalink
Changed version to 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMikita committed Oct 25, 2021
1 parent 815e6f5 commit c39025a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

**Copyright**: (C) 2016-2020 Klokan Technologies GmbH (https://www.klokantech.com/)
**Copyright**: (C) 2016-2021 Klokan Technologies GmbH (https://www.klokantech.com/)

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

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

The latest released versions:

- v2.6 : `https://github.com/klokantech/cloudwrapper/archive/v2.6.zip`
- v2.5 : `https://github.com/klokantech/cloudwrapper/archive/v2.5.zip`
- v2.4 : `https://github.com/klokantech/cloudwrapper/archive/v2.4.zip`
- v2.3 : `https://github.com/klokantech/cloudwrapper/archive/v2.3.zip`
- v2.2 : `https://github.com/klokantech/cloudwrapper/archive/v2.2.zip`
- v2.1 : `https://github.com/klokantech/cloudwrapper/archive/v2.1.zip`
- v2.0 : `https://github.com/klokantech/cloudwrapper/archive/v2.0.zip`
- v1.24 : `https://github.com/klokantech/cloudwrapper/archive/v1.24.zip`
- v1.23 : `https://github.com/klokantech/cloudwrapper/archive/v1.23.zip`

The list of all released versions are in the [Releases](https://github.com/klokantech/cloudwrapper/releases) section of this repository.
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.
Expand All @@ -88,15 +88,15 @@ The link for older version has this format: `https://github.com/klokantech/cloud
```bash
apt-get install python-setuptools
easy_install pip
pip install https://github.com/klokantech/cloudwrapper/archive/v2.5.zip
pip install https://github.com/klokantech/cloudwrapper/archive/v2.6.zip
```

### Python3

```bash
apt-get install python3-setuptools
easy_install3 pip
pip3 install https://github.com/klokantech/cloudwrapper/archive/v2.5.zip
pip3 install https://github.com/klokantech/cloudwrapper/archive/v2.6.zip
```


Expand Down
2 changes: 1 addition & 1 deletion cloudwrapper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
"""

__version__ = '2.5'
__version__ = '2.6'

0 comments on commit c39025a

Please sign in to comment.