Skip to content

Commit c51f54f

Browse files
committed
Post release version bump.
1 parent eca9c4f commit c51f54f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
ChangeLog
22
=========
33

4+
`1.13.0 (unreleased) <https://github.com/scaleway/python-scaleway/compare/v1.12.0...develop>`_
5+
--------------------------------------------------------------------------------------------
6+
7+
* No changes yet.
8+
49
`1.12.0 (2020-09-10) <https://github.com/scaleway/python-scaleway/compare/v1.11.0...v1.12.0>`_
510
--------------------------------------------------------------------------------------------
611

scaleway/apis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import requests
1919
import slumber
2020

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

2323

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ universal = 1
66

77
# https://github.com/peritus/bumpversion#configuration
88
[bumpversion]
9-
current_version = 1.12.0
9+
current_version = 1.13.0
1010
files = ./scaleway/__init__.py ./CHANGES.rst
1111
allow_dirty = True
1212
commit = False

0 commit comments

Comments
 (0)