Skip to content

Commit 8945118

Browse files
committed
Changed version to 1.23
1 parent 1a74eb2 commit 8945118

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

6767
The latest released versions:
6868

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

7676
The list of all released versions are in the [Releases](https://github.com/klokantech/cloudwrapper/releases) section of this repository.
7777
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 +82,15 @@ The link for older version has this format: `https://github.com/klokantech/cloud
8282
```bash
8383
apt-get install python-setuptools
8484
easy_install pip
85-
pip install https://github.com/klokantech/cloudwrapper/archive/v1.22.zip
85+
pip install https://github.com/klokantech/cloudwrapper/archive/v1.23.zip
8686
```
8787

8888
### Python3
8989

9090
```bash
9191
apt-get install python3-setuptools
9292
easy_install3 pip
93-
pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.22.zip
93+
pip3 install https://github.com/klokantech/cloudwrapper/archive/v1.23.zip
9494
```
9595

9696

cloudwrapper/__init__.py

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

32-
__version__ = '1.22'
32+
__version__ = '1.23'

0 commit comments

Comments
 (0)