Version bump and changelog for 0.20.1

This commit is contained in:
Eliot Berriot 2019-10-28 10:54:14 +01:00
parent a3cdc6b662
commit 2088eb49b4
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