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