Skip to content

Commit

Permalink
Changed version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMikita committed May 4, 2018
1 parent a2aae6e commit aecc589
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.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`
Expand All @@ -82,15 +83,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.18.zip
pip install https://github.com/klokantech/cloudwrapper/archive/v1.19.zip
```

### Python3

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

0 comments on commit aecc589

Please sign in to comment.