Version bump and changelog for 1.2.8

This commit is contained in:
Marcos Peña 2022-09-12 10:51:44 +02:00
commit fb10d1a3d5
9 changed files with 60 additions and 8 deletions

View file

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