Skip to content

Commit fd26e12

Browse files
committed
Version 6.11
1 parent 429f56b commit fd26e12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '6.10'
54+
version = '6.11'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '6.10'
56+
release = '6.11'
5757

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

thug/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import appdirs
55

6-
__version__ = "6.10"
6+
__version__ = "6.11"
77
__jsengine__ = ""
88
__jsengine_version__ = ""
99

0 commit comments

Comments
 (0)