File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,11 @@ https://github.com/klokantech/cloudwrapper/archive/master.zip
66
66
67
67
The latest released versions:
68
68
69
+ - v1.24 : ` https://github.com/klokantech/cloudwrapper/archive/v1.24.zip `
69
70
- v1.23 : ` https://github.com/klokantech/cloudwrapper/archive/v1.23.zip `
70
71
- v1.22 : ` https://github.com/klokantech/cloudwrapper/archive/v1.22.zip `
71
72
- v1.21 : ` https://github.com/klokantech/cloudwrapper/archive/v1.21.zip `
72
73
- 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 `
75
74
76
75
The list of all released versions are in the [ Releases] ( https://github.com/klokantech/cloudwrapper/releases ) section of this repository.
77
76
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
82
81
``` bash
83
82
apt-get install python-setuptools
84
83
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
86
85
```
87
86
88
87
### Python3
89
88
90
89
``` bash
91
90
apt-get install python3-setuptools
92
91
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
94
93
```
95
94
96
95
Original file line number Diff line number Diff line change 29
29
30
30
"""
31
31
32
- __version__ = '1.23 '
32
+ __version__ = '1.24 '
You can’t perform that action at this time.
0 commit comments