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.15.0 (2023-05-12) <https://github.com/scaleway/python-scaleway/compare/v1.14.1...v1.15.0 >`_
5
+ --------------------------------------------------------------------------------------------
6
+
7
+ * Add nl-ams-3 AZ
8
+
4
9
`1.14.0 (2022-11-02) <https://github.com/scaleway/python-scaleway/compare/v1.13.1...v1.14.0 >`_
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.14 .0'
21
+ __version__ = '1.15 .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 32
32
'nl-ams-2' : {
33
33
'url' : 'https://api-nl-ams.scaleway.com/instance/v1/zones/nl-ams-2/' ,
34
34
},
35
+ 'nl-ams-3' : {
36
+ 'url' : 'https://api-nl-ams.scaleway.com/instance/v1/zones/nl-ams-3/' ,
37
+ },
35
38
'pl-waw-1' : {
36
39
'url' : 'https://api-pl-waw.scaleway.com/instance/v1/zones/pl-waw-1/' ,
37
40
},
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.14 .0
9
+ current_version = 1.15 .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