Version bump and changelog for 1.0

This commit is contained in:
Agate 2020-09-09 07:48:00 +02:00
parent f6324ef439
commit 44d6c52e5f
10 changed files with 12 additions and 11 deletions

View file

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