File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11ChangeLog
22=========
33
4- `1.10.1 (2019-12-16 ) <https://github.com/scaleway/python-scaleway/compare/v1.10.0 ...v1.10.1 >`_
4+ `1.11.0 (unreleased ) <https://github.com/scaleway/python-scaleway/compare/v1.10.1 ...develop >`_
55--------------------------------------------------------------------------------------------
66
77* No changes yet.
88
9+ `1.10.1 (2019-12-16) <https://github.com/scaleway/python-scaleway/compare/v1.10.0...v1.10.1 >`_
10+ --------------------------------------------------------------------------------------------
11+
12+ * Keep support for python 2 by fixing cachetools version.
13+
914`1.10.0 (2019-10-15) <https://github.com/scaleway/python-scaleway/compare/v1.9.1...v1.10.0 >`_
1015--------------------------------------------------------------------------------------------
1116
Original file line number Diff line number Diff line change 1818import requests
1919import slumber
2020
21- __version__ = '1.10.1 '
21+ __version__ = '1.11.0 '
2222
2323
2424# 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
66
77# https://github.com/peritus/bumpversion#configuration
88[bumpversion]
9- current_version = 1.10.1
9+ current_version = 1.11.0
1010files = ./scaleway/__init__.py ./CHANGES.rst
1111allow_dirty = True
1212commit = False
You can’t perform that action at this time.
0 commit comments