Version bump and changelog for 1.0-rc1

This commit is contained in:
Agate 2020-08-23 15:21:29 +02:00
parent 3cbd8d0d70
commit f43f029a18
31 changed files with 137 additions and 31 deletions

View file

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