Skip to content

Commit 0f14d94

Browse files
committed
Updated to v1.5.
1 parent 24c5e71 commit 0f14d94

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: README.md

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

6161
### Versions
6262

63+
- v1.5 : `https://github.com/klokantech/cloudwrapper/archive/v1.5.zip`
6364
- v1.4 : `https://github.com/klokantech/cloudwrapper/archive/v1.4.zip`
6465
- v1.3 : `https://github.com/klokantech/cloudwrapper/archive/v1.3.zip`
6566
- v1.2 : `https://github.com/klokantech/cloudwrapper/archive/v1.2.zip`
@@ -73,15 +74,15 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
7374
```bash
7475
apt-get install python-setuptools
7576
easy_install pip
76-
pip install https://github.com/klokantech/cloudwrapper/archive/v1.3.zip
77+
pip install https://github.com/klokantech/cloudwrapper/archive/v1.5.zip
7778
```
7879

7980
### Python3
8081

8182
```bash
8283
apt-get install python3-setuptools
8384
easy_install3 pip
84-
pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.3.zip
85+
pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.5.zip
8586
```
8687

8788

Diff for: cloudwrapper/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
2727
"""
2828

29-
__version__ = '1.4'
29+
__version__ = '1.5'

0 commit comments

Comments
 (0)