From 544e24d4d0624b9c83169f0a1eee8aa0ac0ac3f0 Mon Sep 17 00:00:00 2001 From: Louis Bouchard Date: Wed, 2 Feb 2022 12:21:58 +0100 Subject: [PATCH] Release v1.13.1 --- CHANGES.rst | 5 +++++ scaleway/apis/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index eef314c..562ca6d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ ChangeLog ========= +`1.13.1 (2022-02-02) `_ +-------------------------------------------------------------------------------------------- + +* Add nl-ams-2 AZ + `1.12.1 (2021-06-02) `_ -------------------------------------------------------------------------------------------- diff --git a/scaleway/apis/__init__.py b/scaleway/apis/__init__.py index 1162174..0325c94 100644 --- a/scaleway/apis/__init__.py +++ b/scaleway/apis/__init__.py @@ -18,7 +18,7 @@ import requests import slumber -__version__ = '1.12.1' +__version__ = '1.13.1' # To enable logging, the client application needs to configure the logging std diff --git a/setup.cfg b/setup.cfg index 341c1c3..6b95e3d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ universal = 1 # https://github.com/peritus/bumpversion#configuration [bumpversion] -current_version = 1.13.0 +current_version = 1.13.1 files = ./scaleway/__init__.py ./CHANGES.rst allow_dirty = True commit = False