Skip to content

Commit 015b9db

Browse files
committed
Changed version to 1.24
1 parent 5ed442d commit 015b9db

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,12 +66,11 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
6666

6767
The latest released versions:
6868

69+
- v1.24 : `https://github.com/klokantech/cloudwrapper/archive/v1.24.zip`
6970
- v1.23 : `https://github.com/klokantech/cloudwrapper/archive/v1.23.zip`
7071
- v1.22 : `https://github.com/klokantech/cloudwrapper/archive/v1.22.zip`
7172
- v1.21 : `https://github.com/klokantech/cloudwrapper/archive/v1.21.zip`
7273
- v1.20 : `https://github.com/klokantech/cloudwrapper/archive/v1.20.zip`
73-
- v1.19 : `https://github.com/klokantech/cloudwrapper/archive/v1.19.zip`
74-
- v1.18 : `https://github.com/klokantech/cloudwrapper/archive/v1.18.zip`
7574

7675
The list of all released versions are in the [Releases](https://github.com/klokantech/cloudwrapper/releases) section of this repository.
7776
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.
@@ -82,15 +81,15 @@ The link for older version has this format: `https://github.com/klokantech/cloud
8281
```bash
8382
apt-get install python-setuptools
8483
easy_install pip
85-
pip install https://github.com/klokantech/cloudwrapper/archive/v1.23.zip
84+
pip install https://github.com/klokantech/cloudwrapper/archive/v1.24.zip
8685
```
8786

8887
### Python3
8988

9089
```bash
9190
apt-get install python3-setuptools
9291
easy_install3 pip
93-
pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.23.zip
92+
pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.24.zip
9493
```
9594

9695

cloudwrapper/__init__.py

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

32-
__version__ = '1.23'
32+
__version__ = '1.24'

0 commit comments

Comments
 (0)