Skip to content

Commit 46cdd6b

Browse files
authored
Merge pull request #39 from scaleway/v1.12.1
Release v1.12.1
2 parents 185cdc0 + 0b085e6 commit 46cdd6b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
ChangeLog
22
=========
33

4-
`1.13.0 (unreleased) <https://github.com/scaleway/python-scaleway/compare/v1.12.0...develop>`_
4+
`1.12.1 (2021-06-02) <https://github.com/scaleway/python-scaleway/compare/v1.12.0...v1.12.1>`_
55
--------------------------------------------------------------------------------------------
66

7-
* No changes yet.
7+
* Add fr-par-3 AZ
88

99
`1.12.0 (2020-09-10) <https://github.com/scaleway/python-scaleway/compare/v1.11.0...v1.12.0>`_
1010
--------------------------------------------------------------------------------------------

scaleway/apis/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import requests
1919
import slumber
2020

21-
__version__ = '1.13.0'
21+
__version__ = '1.12.1'
2222

2323

2424
# To enable logging, the client application needs to configure the logging std

0 commit comments

Comments
 (0)