1
0
Fork 0
forked from josch/plakativ

release version 0.5

This commit is contained in:
Johannes Schauer Marin Rodrigues 2021-10-11 10:23:23 +02:00
parent 1e827c2186
commit 4ac61db781
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 (2021-10-11)
----------------
- support for HiDPI displays
0.4 (2021-03-04)
----------------

View file

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

View file

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