Skip to content

Commit

Permalink
v0.8.9: bugfix release
Browse files Browse the repository at this point in the history
- fix: calling from external folder cannot import DirWalk
- improve output performance on slow terminals
  • Loading branch information
mzuther committed Mar 20, 2023
1 parent c651e9a commit 83b01d9
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 @@ -58,7 +58,7 @@
class StempelWerk:

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

0 comments on commit 83b01d9

Please sign in to comment.