From a5246bcbc637dfd5ff7285f55eb4192fe26a0c1d Mon Sep 17 00:00:00 2001 From: jfreegman Date: Wed, 20 Jan 2021 16:18:43 -0500 Subject: [PATCH] Bump to version 0.10.1 --- 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 eea9233..ce59973 100644 --- a/apidoc/python/source/conf.py +++ b/apidoc/python/source/conf.py @@ -55,9 +55,9 @@ author = 'Jakob Kreuze' # built documents. # # The short X.Y version. -version = '0.10.0' +version = '0.10.1' # The full version, including alpha/beta/rc tags. -release = '0.10.0' +release = '0.10.1' # 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 0f9d1d4..15d040b 100644 --- a/cfg/global_vars.mk +++ b/cfg/global_vars.mk @@ -1,5 +1,5 @@ # Version -TOXIC_VERSION = 0.10.0 +TOXIC_VERSION = 0.10.1 REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error") ifneq (, $(findstring error, $(REV))) VERSION = $(TOXIC_VERSION)