Version bump and changelog for 0.21

This commit is contained in:
Eliot Berriot 2020-04-09 09:56:46 +02:00
parent de22fb79c6
commit c0cbda9451
No known key found for this signature in database
GPG key ID: 6B501DFD73514E14
47 changed files with 304 additions and 199 deletions

View file

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