Skip to content

Commit da6bb63

Browse files
committed
Version 6.8
1 parent f9c73cd commit da6bb63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: docs/source/conf.py

+2-2
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.7'
54+
version = '6.8'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '6.7'
56+
release = '6.8'
5757

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

Diff for: thug/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import appdirs
55

6-
__version__ = "6.7"
6+
__version__ = "6.8"
77
__jsengine__ = ""
88
__jsengine_version__ = ""
99

0 commit comments

Comments
 (0)