Skip to content

Commit

Permalink
Changed version to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMikita committed May 30, 2018
1 parent 611b4f4 commit 8e19683
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,12 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip

The latest released versions:

- 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`
- v1.14 : `https://github.com/klokantech/cloudwrapper/archive/v1.14.zip`
- v1.13 : `https://github.com/klokantech/cloudwrapper/archive/v1.13.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 @@ -83,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.19.zip
pip install https://github.com/klokantech/cloudwrapper/archive/v1.20.zip
```

### Python3

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

0 comments on commit 8e19683

Please sign in to comment.