diff --git a/docs/conf.py b/docs/conf.py index 5e08aca48..b27db78f0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,7 +54,7 @@ # The short X.Y version. version = '0.2' # The full version, including alpha/beta/rc tags. -release = '0.2.6' +release = '0.2.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/wscript b/wscript index fb2bc6f6f..e94ddeb6d 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import glob APPNAME='valum' -VERSION='0.2.6' +VERSION='0.2.7' API_VERSION='0.2' def options(opt):