File tree 4 files changed +10
-2
lines changed
4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
ChangeLog
2
2
=========
3
3
4
+ `1.14.0 (2022-11-02) <https://github.com/scaleway/python-scaleway/compare/v1.13.1...v1.14.0 >`_
5
+ --------------------------------------------------------------------------------------------
6
+
7
+ * Add pl-waw-2 AZ
8
+
4
9
`1.13.1 (2022-02-02) <https://github.com/scaleway/python-scaleway/compare/v1.12.1...v1.13.1 >`_
5
10
--------------------------------------------------------------------------------------------
6
11
Original file line number Diff line number Diff line change 18
18
import requests
19
19
import slumber
20
20
21
- __version__ = '1.13.1 '
21
+ __version__ = '1.14.0 '
22
22
23
23
24
24
# To enable logging, the client application needs to configure the logging std
Original file line number Diff line number Diff line change 34
34
},
35
35
'pl-waw-1' : {
36
36
'url' : 'https://api-pl-waw.scaleway.com/instance/v1/zones/pl-waw-1/' ,
37
+ },
38
+ 'pl-waw-2' : {
39
+ 'url' : 'https://api-pl-waw.scaleway.com/instance/v1/zones/pl-waw-2/' ,
37
40
}
38
41
}
39
42
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ universal = 1
6
6
7
7
# https://github.com/peritus/bumpversion#configuration
8
8
[bumpversion]
9
- current_version = 1.13.1
9
+ current_version = 1.14.0
10
10
files = ./scaleway/__init__.py ./CHANGES.rst
11
11
allow_dirty = True
12
12
commit = False
You can’t perform that action at this time.
0 commit comments