Skip to content

Commit e6f696b

Browse files
author
MartinMikita
committed
Changed version to 1.7
1 parent 3a0ca8d commit e6f696b

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.7 : `https://github.com/klokantech/cloudwrapper/archive/v1.7.zip`
6566
- v1.6 : `https://github.com/klokantech/cloudwrapper/archive/v1.6.zip`
6667
- v1.5 : `https://github.com/klokantech/cloudwrapper/archive/v1.5.zip`
6768
- v1.4 : `https://github.com/klokantech/cloudwrapper/archive/v1.4.zip`
@@ -77,15 +78,15 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
7778
```bash
7879
apt-get install python-setuptools
7980
easy_install pip
80-
pip install https://github.com/klokantech/cloudwrapper/archive/v1.6.zip
81+
pip install https://github.com/klokantech/cloudwrapper/archive/v1.7.zip
8182
```
8283

8384
### Python3
8485

8586
```bash
8687
apt-get install python3-setuptools
8788
easy_install3 pip
88-
pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.6.zip
89+
pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.7.zip
8990
```
9091

9192

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.6'
32+
__version__ = '1.7'

0 commit comments

Comments
 (0)