We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eca779 commit dfbb9f0Copy full SHA for dfbb9f0
CHANGES.rst
@@ -1,6 +1,11 @@
1
ChangeLog
2
=========
3
4
+`1.13.1 (2022-02-02) <https://github.com/scaleway/python-scaleway/compare/v1.12.1...v1.13.1>`_
5
+--------------------------------------------------------------------------------------------
6
+
7
+* Add nl-ams-2 AZ
8
9
`1.12.1 (2021-06-02) <https://github.com/scaleway/python-scaleway/compare/v1.12.0...v1.12.1>`_
10
--------------------------------------------------------------------------------------------
11
scaleway/apis/__init__.py
@@ -18,7 +18,7 @@
18
import requests
19
import slumber
20
21
-__version__ = '1.12.1'
+__version__ = '1.13.1'
22
23
24
# To enable logging, the client application needs to configure the logging std
0 commit comments