release version 0.5.1

main 0.5.1
Johannes Schauer Marin Rodrigues 2 years ago
parent d6d0a6ea06
commit 20928a8570

@ -2,6 +2,11 @@
CHANGES
=======
0.5.1 (2022-07-23)
------------------
- support for pymupdf 1.20.0
0.5 (2021-10-11)
----------------

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

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

Loading…
Cancel
Save