diff --git a/AUTHORS b/AUTHORS index 647737662..006d27a93 100644 --- a/AUTHORS +++ b/AUTHORS @@ -15,6 +15,7 @@ Contributors: * Martin Burchell * Matthew D'Souza * Matthew Meinzer + * Matthieu Huguet * Miha Frangež * Niels van Kampenhout * Norman Tan diff --git a/docs/conf.py b/docs/conf.py index 3e5b48c66..19f700e2f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,9 +65,9 @@ # # The short X.Y version. -version = '1.1.1.dev0' +version = '1.1.1' # The full version, including alpha/beta/rc tags. -release = '1.1.1.dev0' +release = '1.1.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/release_notes/v1.1.1.rst b/docs/release_notes/v1.1.1.rst index 96109bed9..c231822f4 100644 --- a/docs/release_notes/v1.1.1.rst +++ b/docs/release_notes/v1.1.1.rst @@ -1,6 +1,6 @@ -###################################################### -Django-machina 1.1.1 release notes (UNDER DEVELOPMENT) -###################################################### +############################################### +Django-machina 1.1.1 release notes (2020-05-23) +############################################### Requirements and compatibility ------------------------------ diff --git a/pyproject.toml b/pyproject.toml index e4a20dbdd..c21e48cd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-machina" -version = "1.1.1.dev0" +version = "1.1.1" description = "A Django forum engine for building powerful community driven websites." authors = ["Morgan Aubert "] license = "BSD-3-Clause"