Fix missing bumps to 0.g
This commit is contained in:
parent
807078a30c
commit
5a9bedf423
2 changed files with 3 additions and 3 deletions
|
|
@ -31,7 +31,7 @@ MODULE_PATH = os.getenv(
|
|||
TEMPLATE_PATH = os.getenv(
|
||||
'TEMPLATE_PATH',
|
||||
os.path.realpath(os.path.join(os.path.dirname(__file__), 'boilerplate_data')))
|
||||
VERSION = '0.f'
|
||||
VERSION = '0.g'
|
||||
|
||||
TEMPLATES = TemplateLookup(directories=[TEMPLATE_PATH])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue