diff --git a/docs/source/conf.py b/docs/source/conf.py index b12c79d52c..6fa1c92e51 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -49,9 +49,9 @@ # built documents. # # The short X.Y version. -version = '2.9' +version = '2.9.1' # The full version, including alpha/beta/rc tags. -release = '2.9' +release = '2.9.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 45621cb8e7..719a3fe482 100644 --- a/thug/__init__.py +++ b/thug/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.9" +__version__ = "2.9.1" __jsengine__ = "" __jsengine_version__ = "" __configuration_path__ = "/etc/thug"