Version bump and changelog for 1.3.0-rc2

This commit is contained in:
Georg Krause 2023-01-23 10:33:44 +01:00
commit 0729b52f3d
No known key found for this signature in database
GPG key ID: 2970D504B2183D22
2 changed files with 20 additions and 1 deletions

View file

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