diff --git a/README.rst b/README.rst index 7aecfe64..7340b5f1 100644 --- a/README.rst +++ b/README.rst @@ -54,7 +54,7 @@ it to suit your needs. Requirements ============ -Python 3.6+, Django 2.2+. Please refer to the requirements_ section of the documentation for a full +Python 3.6+, Django 3.2+. Please refer to the requirements_ section of the documentation for a full list of dependencies. .. _requirements: https://django-machina.readthedocs.org/en/stable/getting_started.html#requirements diff --git a/docs/conf.py b/docs/conf.py index caac74b0..351c23ac 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,9 +65,9 @@ # # The short X.Y version. -version = '1.1.7.dev0' +version = '1.2.0' # The full version, including alpha/beta/rc tags. -release = '1.1.7.dev0' +release = '1.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/release_notes/v1.2.rst b/docs/release_notes/v1.2.rst index 4f12b690..7a73082c 100644 --- a/docs/release_notes/v1.2.rst +++ b/docs/release_notes/v1.2.rst @@ -1,6 +1,6 @@ -#################################################### -Django-machina 1.2 release notes (UNDER DEVELOPMENT) -#################################################### +############################################# +Django-machina 1.2 release notes (2022-05-16) +############################################# Requirements and compatibility ------------------------------ diff --git a/pyproject.toml b/pyproject.toml index ba109aeb..1aef1911 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-machina" -version = "1.1.7.dev0" +version = "1.2.0" description = "A Django forum engine for building powerful community driven websites." authors = ["Morgan Aubert "] license = "BSD-3-Clause"