1
0
Fork 0
forked from josch/plakativ

release version 0.5.1

This commit is contained in:
Johannes Schauer Marin Rodrigues 2022-07-03 07:28:40 +02:00
parent d6d0a6ea06
commit 20928a8570
3 changed files with 7 additions and 2 deletions

View file

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

View file

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

View file

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