1
0
Fork 0
forked from josch/plakativ

release 0.2

This commit is contained in:
Johannes 'josch' Schauer 2020-03-03 14:42:08 +01:00
parent 783ffda612
commit f75fff137d
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
0.2 (2020-03-03)
----------------
- Add complex layout strategy
0.1 (2019-07-04) 0.1 (2019-07-04)
---------------- ----------------

View file

@ -22,7 +22,7 @@ import argparse
import os.path import os.path
import platform import platform
VERSION = "0.1" VERSION = "0.2"
PAGE_SIZES = OrderedDict( PAGE_SIZES = OrderedDict(
[ [

View file

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