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 b37e28c commit a5246bcCopy full SHA for a5246bc
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.10.0'
+version = '0.10.1'
59
# The full version, including alpha/beta/rc tags.
60
-release = '0.10.0'
+release = '0.10.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.10.0
+TOXIC_VERSION = 0.10.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