Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c04a7d8

Browse files
author
Louis Bouchard
committed
feat: add nl-ams-3
1 parent 975bfbe commit c04a7d8

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

‎CHANGES.rst‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
ChangeLog
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

‎scaleway/apis/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import requests
1919
import 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

‎scaleway/apis/api_compute.py‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
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
},

‎setup.cfg‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1010
files = ./scaleway/__init__.py ./CHANGES.rst
1111
allow_dirty = True
1212
commit = False

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /