Skip to content

Commit

Permalink
Merge pull request #44 from Oursin/develop
Browse files Browse the repository at this point in the history
feat: add pl-waw-2
  • Loading branch information
karibou authored Nov 2, 2022
2 parents e138a78 + 642e3d1 commit 269355d
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.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

0 comments on commit 269355d

Please sign in to comment.