Version bump and changelog for 1.3.2

This commit is contained in:
Georg Krause 2023-09-01 13:36:41 +02:00
commit b043900aaf
14 changed files with 69 additions and 17 deletions

View file

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