Version bump and changelog for 0.21-rc2

This commit is contained in:
Agate 2020-04-22 11:10:55 +02:00
parent 5fcdabf305
commit 9fde0df4dc
No known key found for this signature in database
GPG key ID: 6B501DFD73514E14
5 changed files with 76 additions and 20 deletions

View file

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