1
0
Fork 0
forked from josch/plakativ

release version 0.5.2

This commit is contained in:
Johannes Schauer Marin Rodrigues 2024-01-12 09:47:42 +01:00
parent 9475574481
commit e84aa8d42e
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1
3 changed files with 7 additions and 2 deletions

View file

@ -2,6 +2,11 @@
CHANGES
=======
0.5.2 (2024-01-12)
------------------
- support for pymupdf 1.23.0
0.5.1 (2022-07-23)
------------------

View file

@ -51,7 +51,7 @@ except ImportError:
tkinter.Menubutton = dummy
tkinter.LabelFrame = dummy
VERSION = "0.5.1"
VERSION = "0.5.2"
PAGE_SIZES = OrderedDict(
[

View file

@ -1,6 +1,6 @@
from setuptools import setup
VERSION = "0.5.1"
VERSION = "0.5.2"
setup(
name="plakativ",