From e53e9bda9d86b89256b755d942fad34eac0c756c Mon Sep 17 00:00:00 2001 From: Angelo Dell'Aera Date: Mon, 7 Jun 2021 11:37:19 +0200 Subject: [PATCH] Version 2.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 4f33e1060f..b12c79d52c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -49,9 +49,9 @@ # built documents. # # The short X.Y version. -version = '2.8' +version = '2.9' # The full version, including alpha/beta/rc tags. -release = '2.8' +release = '2.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 5578ed3c13..45621cb8e7 100644 --- a/thug/__init__.py +++ b/thug/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.8" +__version__ = "2.9" __jsengine__ = "" __jsengine_version__ = "" __configuration_path__ = "/etc/thug"