diff --git a/docs/source/conf.py b/docs/source/conf.py index 25fded29..f0db8efa 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -47,9 +47,9 @@ copyright = u'2010-2012, Weboob Team' # built documents. # # The short X.Y version. -version = '0.f' +version = '0.g' # The full version, including alpha/beta/rc tags. -release = '0.f' +release = '0.g' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/tools/boilerplate.py b/tools/boilerplate.py index fed2ca38..1aff5490 100755 --- a/tools/boilerplate.py +++ b/tools/boilerplate.py @@ -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])