From 611caf4549dca4f0fd7ce04c1b820f38cad622ca Mon Sep 17 00:00:00 2001 From: Angelo Dell'Aera Date: Tue, 3 May 2022 14:52:50 +0200 Subject: [PATCH] Version 3.12.2 --- 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 e3db7e2ae8..9416fae300 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -49,9 +49,9 @@ # built documents. # # The short X.Y version. -version = '3.12.1' +version = '3.12.2' # The full version, including alpha/beta/rc tags. -release = '3.12.1' +release = '3.12.2' # 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 f2e856c1c6..bdef9b39e7 100644 --- a/thug/__init__.py +++ b/thug/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.12.1" +__version__ = "3.12.2" __jsengine__ = "" __jsengine_version__ = "" __configuration_path__ = "/etc/thug"