Version bump and changelog for 1.3.1

This commit is contained in:
Georg Krause 2023-06-27 20:33:58 +02:00
commit cc7fde67b6
20 changed files with 73 additions and 19 deletions

View file

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