Version bump and changelog for 1.2.5

This commit is contained in:
Georg Krause 2022-05-07 13:48:31 +02:00
commit 21b3c7255e
No known key found for this signature in database
GPG key ID: 2970D504B2183D22
6 changed files with 55 additions and 6 deletions

View file

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = "1.2.4"
__version__ = "1.2.5"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num