We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a193478 commit d2645afCopy full SHA for d2645af
2 files changed
docs/source/conf.py
@@ -51,9 +51,9 @@
51
# built documents.
52
#
53
# The short X.Y version.
54
-version = '6.14'
+version = '6.15'
55
# The full version, including alpha/beta/rc tags.
56
-release = '6.14'
+release = '6.15'
57
58
# The language for content autogenerated by Sphinx. Refer to documentation
59
# for a list of supported languages.
thug/__init__.py
@@ -3,7 +3,7 @@
3
4
import appdirs
5
6
-__version__ = "6.14"
+__version__ = "6.15"
7
__jsengine__ = ""
8
__jsengine_version__ = ""
9
0 commit comments