Skip to content

Commit

Permalink
release v0.10.4
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Scherf <f.scherf@pengutronix.de>
  • Loading branch information
fscherf committed Aug 16, 2019
1 parent 3079299 commit a45cf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flamingo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

_dirname = os.path.dirname(__file__)

VERSION = (0, 10, 3)
VERSION = (0, 10, 4)
VERSION_STRING = '.'.join([str(i) for i in VERSION])
THEME_ROOT = os.path.join(_dirname, 'theme')
PROJECT_TEMPLATES_ROOT = os.path.join(_dirname, 'project_templates')
Expand Down

0 comments on commit a45cf1b

Please sign in to comment.