Skip to content

Commit b88dc9f

Browse files
committed
Bump version to 0.11.2
1 parent d7a1979 commit b88dc9f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apidoc/python/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '0.11.1'
58+
version = '0.11.2'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '0.11.1'
60+
release = '0.11.2'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

cfg/global_vars.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version
2-
TOXIC_VERSION = 0.11.1
2+
TOXIC_VERSION = 0.11.2
33
REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error")
44
ifneq (, $(findstring error, $(REV)))
55
VERSION = $(TOXIC_VERSION)

0 commit comments

Comments
 (0)