Version bump and changelog for 1.3.0-rc6

This commit is contained in:
Georg Krause 2023-05-12 09:02:14 +02:00
commit e6af9321d9
2 changed files with 18 additions and 1 deletions

View file

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