release version 0.5.3
This commit is contained in:
parent
a8cc4c438f
commit
73e346f5dd
3 changed files with 7 additions and 2 deletions
|
@ -2,6 +2,11 @@
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
0.5.3 (2025-02-16)
|
||||
------------------
|
||||
|
||||
- support for pymupdf 1.23.7
|
||||
|
||||
0.5.2 (2024-01-12)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ except ImportError:
|
|||
tkinter.Menubutton = dummy
|
||||
tkinter.LabelFrame = dummy
|
||||
|
||||
VERSION = "0.5.2"
|
||||
VERSION = "0.5.3"
|
||||
|
||||
PAGE_SIZES = OrderedDict(
|
||||
[
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
|||
from setuptools import setup
|
||||
|
||||
VERSION = "0.5.2"
|
||||
VERSION = "0.5.3"
|
||||
|
||||
setup(
|
||||
name="plakativ",
|
||||
|
|
Loading…
Reference in a new issue