Version bump and changelog for 1.3.0-rc5

This commit is contained in:
Georg krause 2023-03-26 14:15:45 +02:00
commit 70cd2e58b5
2 changed files with 9 additions and 1 deletions

View file

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