Skip to content

Commit

Permalink
Changed version to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMikita committed Aug 9, 2018
1 parent d1ac392 commit 356d88c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip

The latest released versions:

- v1.21 : `https://github.com/klokantech/cloudwrapper/archive/v1.21.zip`
- v1.20 : `https://github.com/klokantech/cloudwrapper/archive/v1.20.zip`
- v1.19 : `https://github.com/klokantech/cloudwrapper/archive/v1.19.zip`
- v1.18 : `https://github.com/klokantech/cloudwrapper/archive/v1.18.zip`
- v1.17 : `https://github.com/klokantech/cloudwrapper/archive/v1.17.zip`
- v1.16 : `https://github.com/klokantech/cloudwrapper/archive/v1.16.zip`
- v1.15 : `https://github.com/klokantech/cloudwrapper/archive/v1.15.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 @@ -82,15 +82,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/v1.20.zip
pip install https://github.com/klokantech/cloudwrapper/archive/v1.21.zip
```

### Python3

```bash
apt-get install python3-setuptools
easy_install3 pip
pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.20.zip
pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.21.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__ = '1.20'
__version__ = '1.21'

0 comments on commit 356d88c

Please sign in to comment.