From 55c4bec02e198e30b8e14e24f0a25971c1627750 Mon Sep 17 00:00:00 2001 From: Angelo Dell'Aera Date: Wed, 6 Jul 2022 15:33:14 +0200 Subject: [PATCH] Version 3.14 --- 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 e924ea3b2d..edeb5005f0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -49,9 +49,9 @@ # built documents. # # The short X.Y version. -version = '3.13' +version = '3.14' # The full version, including alpha/beta/rc tags. -release = '3.13' +release = '3.14' # 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 31b2c5ff88..2b5733b086 100644 --- a/thug/__init__.py +++ b/thug/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.13" +__version__ = "3.14" __jsengine__ = "" __jsengine_version__ = "" __configuration_path__ = "/etc/thug"