Version bump and changelog for 1.3.0

This commit is contained in:
Georg Krause 2023-06-01 18:38:50 +02:00
commit 32b0171ff1
175 changed files with 178 additions and 312 deletions

View file

@ -1,4 +1,4 @@
__version__ = "1.3.0-rc6"
__version__ = "1.3.0"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num