From da6bb63a648d029426cd60271d23a61f900cfbff Mon Sep 17 00:00:00 2001 From: Angelo Dell'Aera Date: Thu, 20 Jun 2024 18:23:59 +0200 Subject: [PATCH] Version 6.8 --- docs/source/conf.py | 4 ++-- thug/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index e5fbbd0dcd..fe2a29ee0d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = '6.7' +version = '6.8' # The full version, including alpha/beta/rc tags. -release = '6.7' +release = '6.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/thug/__init__.py b/thug/__init__.py index d3e0609f35..a3c788538a 100644 --- a/thug/__init__.py +++ b/thug/__init__.py @@ -3,7 +3,7 @@ import appdirs -__version__ = "6.7" +__version__ = "6.8" __jsengine__ = "" __jsengine_version__ = ""