From c4ace288af92bd416c6b4452ce8a2a179f62db83 Mon Sep 17 00:00:00 2001 From: jfreegman Date: Wed, 24 May 2017 15:10:50 -0400 Subject: [PATCH] Bump to v0.8.0 --- apidoc/python/source/conf.py | 4 ++-- cfg/global_vars.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apidoc/python/source/conf.py b/apidoc/python/source/conf.py index da3166b18..3ec73d30b 100644 --- a/apidoc/python/source/conf.py +++ b/apidoc/python/source/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = '0.7.2' +version = '0.8.0' # The full version, including alpha/beta/rc tags. -release = '0.7.2' +release = '0.8.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/cfg/global_vars.mk b/cfg/global_vars.mk index ce4c800f3..de9297723 100644 --- a/cfg/global_vars.mk +++ b/cfg/global_vars.mk @@ -1,5 +1,5 @@ # Version -TOXIC_VERSION = 0.7.2 +TOXIC_VERSION = 0.8.0 REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error") ifneq (, $(findstring error, $(REV))) VERSION = $(TOXIC_VERSION)