File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11ChangeLog
22=========
33
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+
49`1.14.0 (2022-11-02) <https://github.com/scaleway/python-scaleway/compare/v1.13.1...v1.14.0 >`_
510--------------------------------------------------------------------------------------------
611
Original file line number Diff line number Diff line change 1818import requests
1919import slumber
2020
21- __version__ = '1.14 .0'
21+ __version__ = '1.15 .0'
2222
2323
2424# To enable logging, the client application needs to configure the logging std
Original file line number Diff line number Diff line change 3232 'nl-ams-2' : {
3333 'url' : 'https://api-nl-ams.scaleway.com/instance/v1/zones/nl-ams-2/' ,
3434 },
35+ 'nl-ams-3' : {
36+ 'url' : 'https://api-nl-ams.scaleway.com/instance/v1/zones/nl-ams-3/' ,
37+ },
3538 'pl-waw-1' : {
3639 'url' : 'https://api-pl-waw.scaleway.com/instance/v1/zones/pl-waw-1/' ,
3740 },
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ universal = 1
66
77# https://github.com/peritus/bumpversion#configuration
88[bumpversion]
9- current_version = 1.14 .0
9+ current_version = 1.15 .0
1010files = ./scaleway/__init__.py ./CHANGES.rst
1111allow_dirty = True
1212commit = False
You can’t perform that action at this time.
0 commit comments