From 8791b47d48d6ff0a2b998f8f70992631ae2e65fc Mon Sep 17 00:00:00 2001 From: jfreegman Date: Fri, 29 Mar 2024 11:01:52 -0400 Subject: [PATCH] chore: bump to version 0.15.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 b874f3c87..ef13baadb 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.15.0' +version = '0.15.1' # The full version, including alpha/beta/rc tags. -release = '0.15.0' +release = '0.15.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 bbb647a60..d594e8375 100644 --- a/cfg/global_vars.mk +++ b/cfg/global_vars.mk @@ -1,5 +1,5 @@ # Version -TOXIC_VERSION = 0.15.0 +TOXIC_VERSION = 0.15.1 REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error") ifneq (, $(findstring error, $(REV))) VERSION = $(TOXIC_VERSION)