Version bump and changelog for

This commit is contained in:
Georg krause 2023-03-24 14:28:45 +01:00
commit 09a1e20d68
2 changed files with 9 additions and 1 deletions

View file

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