Skip to content

Commit 2138488

Browse files
committed
Changed version to 1.18
1 parent dcdc19a commit 2138488

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.18 : `https://github.com/klokantech/cloudwrapper/archive/v1.18.zip`
6970
- v1.17 : `https://github.com/klokantech/cloudwrapper/archive/v1.17.zip`
7071
- v1.16 : `https://github.com/klokantech/cloudwrapper/archive/v1.16.zip`
7172
- v1.15 : `https://github.com/klokantech/cloudwrapper/archive/v1.15.zip`
@@ -81,15 +82,15 @@ The link for older version has this format: `https://github.com/klokantech/cloud
8182
```bash
8283
apt-get install python-setuptools
8384
easy_install pip
84-
pip install https://github.com/klokantech/cloudwrapper/archive/v1.17.zip
85+
pip install https://github.com/klokantech/cloudwrapper/archive/v1.18.zip
8586
```
8687

8788
### Python3
8889

8990
```bash
9091
apt-get install python3-setuptools
9192
easy_install3 pip
92-
pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.17.zip
93+
pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.18.zip
9394
```
9495

9596

cloudwrapper/__init__.py

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

32-
__version__ = '1.17'
32+
__version__ = '1.18'

0 commit comments

Comments
 (0)