File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
ChangeLog
2
2
=========
3
3
4
- `1.11.0 (unreleased ) <https://github.com/scaleway/python-scaleway/compare/v1.10.0...develop >`_
4
+ `1.10.1 (2019-12-16 ) <https://github.com/scaleway/python-scaleway/compare/v1.10.0...v1.10.1 >`_
5
5
--------------------------------------------------------------------------------------------
6
6
7
7
* No changes yet.
Original file line number Diff line number Diff line change 18
18
import requests
19
19
import slumber
20
20
21
- __version__ = '1.11.0 '
21
+ __version__ = '1.10.1 '
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.11.0
9
+ current_version = 1.10.1
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