Skip to content

Commit a9ef452

Browse files
author
MartinMikita
committed
Changed version to 1.2
1 parent e680fba commit a9ef452

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.2 : `https://github.com/klokantech/cloudwrapper/archive/v1.2.zip`
6364
- v1.1 : `https://github.com/klokantech/cloudwrapper/archive/v1.1.zip`
6465
- v1.0 : `https://github.com/klokantech/cloudwrapper/archive/v1.0.zip`
6566

@@ -70,15 +71,15 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
7071
```bash
7172
apt-get install python-setuptools
7273
easy_install pip
73-
pip install https://github.com/klokantech/cloudwrapper/archive/v1.1.zip
74+
pip install https://github.com/klokantech/cloudwrapper/archive/v1.2.zip
7475
```
7576

7677
### Python3
7778

7879
```bash
7980
apt-get install python3-setuptools
8081
easy_install3 pip
81-
pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.1.zip
82+
pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.2.zip
8283
```
8384

8485

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.1'
29+
__version__ = '1.2'

0 commit comments

Comments
 (0)