forked from josch/plakativ
release version 0.5.2
This commit is contained in:
parent
9475574481
commit
e84aa8d42e
3 changed files with 7 additions and 2 deletions
|
@ -2,6 +2,11 @@
|
||||||
CHANGES
|
CHANGES
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
0.5.2 (2024-01-12)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- support for pymupdf 1.23.0
|
||||||
|
|
||||||
0.5.1 (2022-07-23)
|
0.5.1 (2022-07-23)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@ except ImportError:
|
||||||
tkinter.Menubutton = dummy
|
tkinter.Menubutton = dummy
|
||||||
tkinter.LabelFrame = dummy
|
tkinter.LabelFrame = dummy
|
||||||
|
|
||||||
VERSION = "0.5.1"
|
VERSION = "0.5.2"
|
||||||
|
|
||||||
PAGE_SIZES = OrderedDict(
|
PAGE_SIZES = OrderedDict(
|
||||||
[
|
[
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
VERSION = "0.5.1"
|
VERSION = "0.5.2"
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="plakativ",
|
name="plakativ",
|
||||||
|
|
Loading…
Reference in a new issue