Skip to content

Commit

Permalink
feat: add nl-ams-3
Browse files Browse the repository at this point in the history
  • Loading branch information
remyleone authored May 12, 2023
2 parents 269355d + f9f3181 commit b0ad4a4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
ChangeLog
=========

`1.15.0 (2023-05-12) <https://github.com/scaleway/python-scaleway/compare/v1.14.1...v1.15.0>`_
--------------------------------------------------------------------------------------------

* Add nl-ams-3 AZ

`1.14.0 (2022-11-02) <https://github.com/scaleway/python-scaleway/compare/v1.13.1...v1.14.0>`_
--------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion scaleway/apis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import requests
import slumber

__version__ = '1.14.0'
__version__ = '1.15.0'


# To enable logging, the client application needs to configure the logging std
Expand Down
3 changes: 3 additions & 0 deletions scaleway/apis/api_compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
'nl-ams-2': {
'url': 'https://api-nl-ams.scaleway.com/instance/v1/zones/nl-ams-2/',
},
'nl-ams-3': {
'url': 'https://api-nl-ams.scaleway.com/instance/v1/zones/nl-ams-3/',
},
'pl-waw-1': {
'url': 'https://api-pl-waw.scaleway.com/instance/v1/zones/pl-waw-1/',
},
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ universal = 1

# https://github.com/peritus/bumpversion#configuration
[bumpversion]
current_version = 1.14.0
current_version = 1.15.0
files = ./scaleway/__init__.py ./CHANGES.rst
allow_dirty = True
commit = False
Expand Down

0 comments on commit b0ad4a4

Please sign in to comment.