Skip to content

Commit aecc589

Browse files
author
MartinMikita
committed
Changed version to 1.19
1 parent a2aae6e commit aecc589

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
6666

6767
The latest released versions:
6868

69+
- v1.19 : `https://github.com/klokantech/cloudwrapper/archive/v1.19.zip`
6970
- v1.18 : `https://github.com/klokantech/cloudwrapper/archive/v1.18.zip`
7071
- v1.17 : `https://github.com/klokantech/cloudwrapper/archive/v1.17.zip`
7172
- v1.16 : `https://github.com/klokantech/cloudwrapper/archive/v1.16.zip`
@@ -82,15 +83,15 @@ The link for older version has this format: `https://github.com/klokantech/cloud
8283
```bash
8384
apt-get install python-setuptools
8485
easy_install pip
85-
pip install https://github.com/klokantech/cloudwrapper/archive/v1.18.zip
86+
pip install https://github.com/klokantech/cloudwrapper/archive/v1.19.zip
8687
```
8788

8889
### Python3
8990

9091
```bash
9192
apt-get install python3-setuptools
9293
easy_install3 pip
93-
pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.18.zip
94+
pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.19.zip
9495
```
9596

9697

cloudwrapper/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
3030
"""
3131

32-
__version__ = '1.18'
32+
__version__ = '1.19'

0 commit comments

Comments
 (0)