From 1a815b2e7f7ae6aafe12132c1f5d1351861849b6 Mon Sep 17 00:00:00 2001 From: Guillaume Poirier-Morency Date: Sun, 31 Jan 2016 18:37:46 -0500 Subject: [PATCH] Bump hotfixes version to '0.2.7' --- docs/conf.py | 2 +- wscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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):