From 6a39e984f6b9a526b5cbeac8ce1e118c1f5bc6d1 Mon Sep 17 00:00:00 2001 From: Angelo Dell'Aera Date: Wed, 1 Sep 2021 12:38:51 +0200 Subject: [PATCH] Version 3.1 --- 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 fd7a47c3db..972cd8ab6f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -49,9 +49,9 @@ # built documents. # # The short X.Y version. -version = '3.0' +version = '3.1' # The full version, including alpha/beta/rc tags. -release = '3.0' +release = '3.1' # 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 6fbe47c7db..fbd3e0fad4 100644 --- a/thug/__init__.py +++ b/thug/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.0" +__version__ = "3.1" __jsengine__ = "" __jsengine_version__ = "" __configuration_path__ = "/etc/thug"