Merge branch 'master' into develop

This commit is contained in:
Eliot Berriot 2019-10-28 10:55:15 +01:00
commit 1dbb69aab0
No known key found for this signature in database
GPG key ID: 6B501DFD73514E14
18 changed files with 66 additions and 33 deletions

View file

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = "0.20.0"
__version__ = "0.20.1"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num