Fix missing bumps to 0.g
This commit is contained in:
parent
807078a30c
commit
5a9bedf423
2 changed files with 3 additions and 3 deletions
|
|
@ -47,9 +47,9 @@ copyright = u'2010-2012, Weboob Team'
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.f'
|
version = '0.g'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.f'
|
release = '0.g'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ MODULE_PATH = os.getenv(
|
||||||
TEMPLATE_PATH = os.getenv(
|
TEMPLATE_PATH = os.getenv(
|
||||||
'TEMPLATE_PATH',
|
'TEMPLATE_PATH',
|
||||||
os.path.realpath(os.path.join(os.path.dirname(__file__), 'boilerplate_data')))
|
os.path.realpath(os.path.join(os.path.dirname(__file__), 'boilerplate_data')))
|
||||||
VERSION = '0.f'
|
VERSION = '0.g'
|
||||||
|
|
||||||
TEMPLATES = TemplateLookup(directories=[TEMPLATE_PATH])
|
TEMPLATES = TemplateLookup(directories=[TEMPLATE_PATH])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue