Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
ChangeLog
=========

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

* Add pl-waw-2 AZ

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

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.13.1'
__version__ = '1.14.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 @@ -34,6 +34,9 @@
},
'pl-waw-1': {
'url': 'https://api-pl-waw.scaleway.com/instance/v1/zones/pl-waw-1/',
},
'pl-waw-2': {
'url': 'https://api-pl-waw.scaleway.com/instance/v1/zones/pl-waw-2/',
}
}

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.13.1
current_version = 1.14.0
files = ./scaleway/__init__.py ./CHANGES.rst
allow_dirty = True
commit = False
Expand Down