Skip to content

Release v1.13.1 #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 2, 2022
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.13.1 (2022-02-02) <https://github.com/scaleway/python-scaleway/compare/v1.12.1...v1.13.1>`_
--------------------------------------------------------------------------------------------

* Add nl-ams-2 AZ

`1.12.1 (2021-06-02) <https://github.com/scaleway/python-scaleway/compare/v1.12.0...v1.12.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.12.1'
__version__ = '1.13.1'


# To enable logging, the client application needs to configure the logging std
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.0
current_version = 1.13.1
files = ./scaleway/__init__.py ./CHANGES.rst
allow_dirty = True
commit = False
Expand Down