Skip to content

Commit fa40122

Browse files
author
Quentin Brosse
committed
Release v1.10.1
1 parent 027daaf commit fa40122

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: CHANGES.rst

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

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>`_
55
--------------------------------------------------------------------------------------------
66

77
* No changes yet.

Diff for: 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.11.0'
21+
__version__ = '1.10.1'
2222

2323

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

Diff for: setup.cfg

+1-1
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.11.0
9+
current_version = 1.10.1
1010
files = ./scaleway/__init__.py ./CHANGES.rst
1111
allow_dirty = True
1212
commit = False

0 commit comments

Comments
 (0)