Skip to content

Commit 8e19683

Browse files
committed
Changed version to 1.20
1 parent 611b4f4 commit 8e19683

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,12 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
6666

6767
The latest released versions:
6868

69+
- v1.20 : `https://github.com/klokantech/cloudwrapper/archive/v1.20.zip`
6970
- v1.19 : `https://github.com/klokantech/cloudwrapper/archive/v1.19.zip`
7071
- v1.18 : `https://github.com/klokantech/cloudwrapper/archive/v1.18.zip`
7172
- v1.17 : `https://github.com/klokantech/cloudwrapper/archive/v1.17.zip`
7273
- v1.16 : `https://github.com/klokantech/cloudwrapper/archive/v1.16.zip`
7374
- v1.15 : `https://github.com/klokantech/cloudwrapper/archive/v1.15.zip`
74-
- v1.14 : `https://github.com/klokantech/cloudwrapper/archive/v1.14.zip`
75-
- v1.13 : `https://github.com/klokantech/cloudwrapper/archive/v1.13.zip`
7675

7776
The list of all released versions are in the [Releases](https://github.com/klokantech/cloudwrapper/releases) section of this repository.
7877
The link for older version has this format: `https://github.com/klokantech/cloudwrapper/archive/vX.Y.zip`, where `vX.Y` is the tag on this repository.
@@ -83,15 +82,15 @@ The link for older version has this format: `https://github.com/klokantech/cloud
8382
```bash
8483
apt-get install python-setuptools
8584
easy_install pip
86-
pip install https://github.com/klokantech/cloudwrapper/archive/v1.19.zip
85+
pip install https://github.com/klokantech/cloudwrapper/archive/v1.20.zip
8786
```
8887

8988
### Python3
9089

9190
```bash
9291
apt-get install python3-setuptools
9392
easy_install3 pip
94-
pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.19.zip
93+
pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.20.zip
9594
```
9695

9796

cloudwrapper/__init__.py

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

32-
__version__ = '1.19'
32+
__version__ = '1.20'

0 commit comments

Comments
 (0)