Version bump and changelog for 0.21.1

This commit is contained in:
Agate 2020-06-11 10:44:20 +02:00
commit f14858c2fe
No known key found for this signature in database
GPG key ID: 6B501DFD73514E14
23 changed files with 53 additions and 22 deletions

View file

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