Skip to content

Commit

Permalink
Changed version to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMikita committed Mar 14, 2023
1 parent c026e56 commit 23767e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

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

**Copyright**: (C) 2016-2021 Klokan Technologies GmbH (https://www.klokantech.com/)
**Copyright**: (C) 2016-2023 Klokan Technologies GmbH (https://www.klokantech.com/) & MapTiler AG (https://www.maptiler.com/)

**Maintainer**: Martin Mikita, martin.mikita@klokantech.com
**Maintainer**: Martin Mikita, martin.mikita@maptiler.com

## Modules

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

The latest released versions:

- v2.7 : `https://github.com/klokantech/cloudwrapper/archive/v2.7.zip`
- 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`

Expand All @@ -88,15 +85,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.6.zip
pip install https://github.com/klokantech/cloudwrapper/archive/v2.7.zip
```

### Python3

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


Expand Down
6 changes: 3 additions & 3 deletions cloudwrapper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Wrappers around cloud services for Amazon, Google and private cloud.
Copyright (C) 2016-2020 Klokan Technologies GmbH (https://www.klokantech.com/)
Maintainer: Martin Mikita, martin.mikita@klokantech.com
Copyright (C) 2016-2023 Klokan Technologies GmbH (https://www.klokantech.com/) & MapTiler AG (https://www.maptiler.com/)
Maintainer: Martin Mikita, martin.mikita@maptiler.com
Modules:
Expand Down Expand Up @@ -29,4 +29,4 @@
"""

__version__ = '2.6'
__version__ = '2.7'

0 comments on commit 23767e4

Please sign in to comment.