diff --git a/CHANGES.rst b/CHANGES.rst index 23c68fc..eef314c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,10 @@ ChangeLog ========= -`1.13.0 (unreleased) `_ +`1.12.1 (2021-06-02) `_ -------------------------------------------------------------------------------------------- -* No changes yet. +* Add fr-par-3 AZ `1.12.0 (2020-09-10) `_ -------------------------------------------------------------------------------------------- diff --git a/scaleway/apis/__init__.py b/scaleway/apis/__init__.py index a95f573..1162174 100644 --- a/scaleway/apis/__init__.py +++ b/scaleway/apis/__init__.py @@ -18,7 +18,7 @@ import requests import slumber -__version__ = '1.13.0' +__version__ = '1.12.1' # To enable logging, the client application needs to configure the logging std