Version bump and changelog for 0.21

This commit is contained in:
Agate 2020-04-24 10:10:45 +02:00
parent ce0bb5a314
commit 16b6360dae
No known key found for this signature in database
GPG key ID: 6B501DFD73514E14
2 changed files with 66 additions and 85 deletions

View file

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