Skip to content

Commit

Permalink
Changed version to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMikita committed Feb 13, 2018
1 parent 6061774 commit 7b3bfc1
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,11 +66,11 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip

The latest released versions:

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

### Python3

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

0 comments on commit 7b3bfc1

Please sign in to comment.