We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4380a commit 8791b47Copy full SHA for 8791b47
2 files changed
apidoc/python/source/conf.py
@@ -55,9 +55,9 @@
55
# built documents.
56
#
57
# The short X.Y version.
58
-version = '0.15.0'
+version = '0.15.1'
59
# The full version, including alpha/beta/rc tags.
60
-release = '0.15.0'
+release = '0.15.1'
61
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
# for a list of supported languages.
cfg/global_vars.mk
@@ -1,5 +1,5 @@
1
# Version
2
-TOXIC_VERSION = 0.15.0
+TOXIC_VERSION = 0.15.1
3
REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error")
4
ifneq (, $(findstring error, $(REV)))
5
VERSION = $(TOXIC_VERSION)
0 commit comments