Skip to content

Commit 5d7b264

Browse files
author
MartinMikita
committed
Changed version to 1.6
1 parent 4fac85c commit 5d7b264

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
@@ -62,6 +62,7 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
6262

6363
### Versions
6464

65+
- v1.6 : `https://github.com/klokantech/cloudwrapper/archive/v1.6.zip`
6566
- v1.5 : `https://github.com/klokantech/cloudwrapper/archive/v1.5.zip`
6667
- v1.4 : `https://github.com/klokantech/cloudwrapper/archive/v1.4.zip`
6768
- v1.3 : `https://github.com/klokantech/cloudwrapper/archive/v1.3.zip`
@@ -76,15 +77,15 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
7677
```bash
7778
apt-get install python-setuptools
7879
easy_install pip
79-
pip install https://github.com/klokantech/cloudwrapper/archive/v1.5.zip
80+
pip install https://github.com/klokantech/cloudwrapper/archive/v1.6.zip
8081
```
8182

8283
### Python3
8384

8485
```bash
8586
apt-get install python3-setuptools
8687
easy_install3 pip
87-
pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.5.zip
88+
pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.6.zip
8889
```
8990

9091

Diff for: cloudwrapper/__init__.py

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

32-
__version__ = '1.5'
32+
__version__ = '1.6'

0 commit comments

Comments
 (0)