From c825f3fad2e384dcfc495a7084f99119cfab4fd8 Mon Sep 17 00:00:00 2001 From: Angelo Dell'Aera Date: Thu, 17 Oct 2024 10:04:31 +0200 Subject: [PATCH] Version 6.9 --- 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 9095a69747..f8ae68c948 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = '6.8.1' +version = '6.9' # The full version, including alpha/beta/rc tags. -release = '6.8.1' +release = '6.9' # 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 112b982b69..dcbc073f8e 100644 --- a/thug/__init__.py +++ b/thug/__init__.py @@ -3,7 +3,7 @@ import appdirs -__version__ = "6.8.1" +__version__ = "6.9" __jsengine__ = "" __jsengine_version__ = ""