diff --git a/docs/conf.py b/docs/conf.py index afcfe3c18..598068174 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,9 +65,9 @@ # # The short X.Y version. -version = '1.1.2.dev0' +version = '1.1.2' # The full version, including alpha/beta/rc tags. -release = '1.1.2.dev0' +release = '1.1.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/release_notes/v1.1.2.rst b/docs/release_notes/v1.1.2.rst index c77106e88..f7d66ca30 100644 --- a/docs/release_notes/v1.1.2.rst +++ b/docs/release_notes/v1.1.2.rst @@ -1,6 +1,6 @@ -###################################################### -Django-machina 1.1.2 release notes (UNDER DEVELOPMENT) -###################################################### +############################################### +Django-machina 1.1.2 release notes (2020-08-29) +############################################### Requirements and compatibility ------------------------------ diff --git a/pyproject.toml b/pyproject.toml index 35c47c877..1ae6fb9c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-machina" -version = "1.1.2.dev0" +version = "1.1.2" description = "A Django forum engine for building powerful community driven websites." authors = ["Morgan Aubert "] license = "BSD-3-Clause"