Skip to content

Commit 0d0d1c3

Browse files
committed
Changed version to 1.11
1 parent 777671a commit 0d0d1c3

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.11 : `https://github.com/klokantech/cloudwrapper/archive/v1.11.zip`
6566
- v1.10 : `https://github.com/klokantech/cloudwrapper/archive/v1.10.zip`
6667
- v1.9 : `https://github.com/klokantech/cloudwrapper/archive/v1.9.zip`
6768
- v1.8 : `https://github.com/klokantech/cloudwrapper/archive/v1.8.zip`
@@ -81,15 +82,15 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
8182
```bash
8283
apt-get install python-setuptools
8384
easy_install pip
84-
pip install https://github.com/klokantech/cloudwrapper/archive/v1.10.zip
85+
pip install https://github.com/klokantech/cloudwrapper/archive/v1.11.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.10.zip
93+
pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.11.zip
9394
```
9495

9596

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.10'
32+
__version__ = '1.11'

0 commit comments

Comments
 (0)