Skip to content

Commit

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

The latest released versions:

- 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`
Expand All @@ -81,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.17.zip
pip install https://github.com/klokantech/cloudwrapper/archive/v1.18.zip
```

### Python3

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

0 comments on commit 2138488

Please sign in to comment.