From 0d5880b47781fff9025f677aaadaf015d811403a Mon Sep 17 00:00:00 2001 From: jfreegman Date: Thu, 1 Feb 2024 19:08:00 -0500 Subject: [PATCH] chore: Bump to v0.14.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 5c30a8ede..92e519cc0 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.14.0' +version = '0.14.1' # The full version, including alpha/beta/rc tags. -release = '0.14.0' +release = '0.14.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 c41ec0b64..da9b40c1e 100644 --- a/cfg/global_vars.mk +++ b/cfg/global_vars.mk @@ -1,5 +1,5 @@ # Version -TOXIC_VERSION = 0.14.0 +TOXIC_VERSION = 0.14.1 REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error") ifneq (, $(findstring error, $(REV))) VERSION = $(TOXIC_VERSION)