From 8c5efc02c7209fc680f13fe0772ff6721776a60c Mon Sep 17 00:00:00 2001 From: Guillaume Poirier-Morency Date: Sat, 20 Feb 2016 12:37:50 -0500 Subject: [PATCH] Bump hotfix version to '0.2.13' --- docs/conf.py | 2 +- wscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 25d548cc8..5bcd47b86 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.12' +release = '0.2.13' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/wscript b/wscript index 7296073f8..50239fdb6 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import glob APPNAME='valum' -VERSION='0.2.12' +VERSION='0.2.13' API_VERSION='0.2' def options(opt):