forked from josch/plakativ
release 0.2
This commit is contained in:
parent
783ffda612
commit
f75fff137d
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
0.2 (2020-03-03)
|
||||
----------------
|
||||
|
||||
- Add complex layout strategy
|
||||
|
||||
0.1 (2019-07-04)
|
||||
----------------
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import argparse
|
|||
import os.path
|
||||
import platform
|
||||
|
||||
VERSION = "0.1"
|
||||
VERSION = "0.2"
|
||||
|
||||
PAGE_SIZES = OrderedDict(
|
||||
[
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
|||
from setuptools import setup
|
||||
|
||||
VERSION = "0.1"
|
||||
VERSION = "0.2"
|
||||
|
||||
setup(
|
||||
name="plakativ",
|
||||
|
|
Loading…
Reference in a new issue