diff --git a/docs/source/conf.py b/docs/source/conf.py index 026bb8bbe6..57ca926294 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -49,9 +49,9 @@ # built documents. # # The short X.Y version. -version = '4.2' +version = '4.3' # The full version, including alpha/beta/rc tags. -release = '4.2' +release = '4.3' # 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 aedc583558..c9aab92231 100644 --- a/thug/__init__.py +++ b/thug/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.2" +__version__ = "4.3" __jsengine__ = "" __jsengine_version__ = "" __configuration_path__ = "/etc/thug"