diff --git a/AUTHORS b/AUTHORS index 006d27a93..aa669e5f8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -11,6 +11,7 @@ Contributors: * Hammy Goonan * Iacopo Spalletti * Iurii Zolotko + * James Meakin * Kostas * Martin Burchell * Matthew D'Souza diff --git a/docs/conf.py b/docs/conf.py index ea3f280bf..f083218df 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,9 +65,9 @@ # # The short X.Y version. -version = '1.1.3.dev0' +version = '1.1.3' # The full version, including alpha/beta/rc tags. -release = '1.1.3.dev0' +release = '1.1.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyproject.toml b/pyproject.toml index 122fc7172..f582be49b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-machina" -version = "1.1.3.dev0" +version = "1.1.3" description = "A Django forum engine for building powerful community driven websites." authors = ["Morgan Aubert "] license = "BSD-3-Clause"