File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
ChangeLog
2
2
=========
3
3
4
+ `1.13.0 (unreleased) <https://github.com/scaleway/python-scaleway/compare/v1.12.0...develop >`_
5
+ --------------------------------------------------------------------------------------------
6
+
7
+ * No changes yet.
8
+
4
9
`1.12.0 (2020-09-10) <https://github.com/scaleway/python-scaleway/compare/v1.11.0...v1.12.0 >`_
5
10
--------------------------------------------------------------------------------------------
6
11
Original file line number Diff line number Diff line change 18
18
import requests
19
19
import slumber
20
20
21
- __version__ = '1.12 .0'
21
+ __version__ = '1.13 .0'
22
22
23
23
24
24
# To enable logging, the client application needs to configure the logging std
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ universal = 1
6
6
7
7
# https://github.com/peritus/bumpversion#configuration
8
8
[bumpversion]
9
- current_version = 1.12 .0
9
+ current_version = 1.13 .0
10
10
files = ./scaleway/__init__.py ./CHANGES.rst
11
11
allow_dirty = True
12
12
commit = False
You can’t perform that action at this time.
0 commit comments