Skip to content

Commit

Permalink
v0.8.5: automatically create directories
Browse files Browse the repository at this point in the history
- automatically create directories
- factor out processing of command line arguments
  - change initialisation parameters of `CustomCodeTemplate`
- add more unit tests
  • Loading branch information
mzuther committed Mar 7, 2023
1 parent ad0235f commit 9e078c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StempelWerk.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class StempelWerk:
# ---------------------------------------------------------------------

APPLICATION = 'StempelWerk'
VERSION = '0.8.4'
VERSION = '0.8.5'
AUTHOR = 'Martin Zuther'
DESCRIPTION = 'Automatic code generation from Jinja2 templates.'
LICENSE = 'BSD 3-Clause License'
Expand Down

0 comments on commit 9e078c8

Please sign in to comment.