Skip to content

Commit 269355d

Browse files
authored
Merge pull request #44 from Oursin/develop
feat: add pl-waw-2
2 parents e138a78 + 642e3d1 commit 269355d

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
ChangeLog
22
=========
33

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+
49
`1.13.1 (2022-02-02) <https://github.com/scaleway/python-scaleway/compare/v1.12.1...v1.13.1>`_
510
--------------------------------------------------------------------------------------------
611

scaleway/apis/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import requests
1919
import slumber
2020

21-
__version__ = '1.13.1'
21+
__version__ = '1.14.0'
2222

2323

2424
# To enable logging, the client application needs to configure the logging std

scaleway/apis/api_compute.py

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
},
3535
'pl-waw-1': {
3636
'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/',
3740
}
3841
}
3942

setup.cfg

+1-1
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.13.1
9+
current_version = 1.14.0
1010
files = ./scaleway/__init__.py ./CHANGES.rst
1111
allow_dirty = True
1212
commit = False

0 commit comments

Comments
 (0)