Version bump and changelog for 1.3.0-rc1

This commit is contained in:
Georg Krause 2023-01-20 09:40:58 +01:00
commit 16a88210bc
No known key found for this signature in database
GPG key ID: 2970D504B2183D22
2 changed files with 240 additions and 1 deletions

View file

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