From 0d1c4c7f71b14c6ee021c6f5ac31ffaeb2c8741a Mon Sep 17 00:00:00 2001 From: Angelo Dell'Aera Date: Tue, 6 Dec 2022 13:08:08 +0100 Subject: [PATCH] Version 4.5 --- 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 e256928bdf..1ba6a4da24 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -49,9 +49,9 @@ # built documents. # # The short X.Y version. -version = '4.4' +version = '4.5' # The full version, including alpha/beta/rc tags. -release = '4.4' +release = '4.5' # 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 ff50031409..2b4e403c1a 100644 --- a/thug/__init__.py +++ b/thug/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.4" +__version__ = "4.5" __jsengine__ = "" __jsengine_version__ = "" __configuration_path__ = "/etc/thug"