diff --git a/README.rst b/README.rst index 8409b0aa..7aecfe64 100644 --- a/README.rst +++ b/README.rst @@ -54,7 +54,7 @@ it to suit your needs. Requirements ============ -Python 3.5+, Django 2.2+. Please refer to the requirements_ section of the documentation for a full +Python 3.6+, Django 2.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 0b14f5da..b374ca87 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,9 +65,9 @@ # # The short X.Y version. -version = '1.1.6.dev0' +version = '1.1.6' # The full version, including alpha/beta/rc tags. -release = '1.1.6.dev0' +release = '1.1.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/getting_started.rst b/docs/getting_started.rst index e6d1acec..b5e09544 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -4,7 +4,7 @@ Getting started Requirements ------------ -* `Python`_ 3.5, 3.6, 3.7, 3.8 and 3.9 +* `Python`_ 3.6, 3.7, 3.8, 3.9 and 3.10 * `Django`_ 2.2x, 3.0.x, 3.1.x and 3.2.x * `Pillow`_ * `Django-haystack`_ diff --git a/docs/release_notes/index.rst b/docs/release_notes/index.rst index 880242f3..3265130e 100644 --- a/docs/release_notes/index.rst +++ b/docs/release_notes/index.rst @@ -12,6 +12,7 @@ Django-machina 1.1 .. toctree:: :maxdepth: 1 + v1.1.6 v1.1.5 v1.1.4 v1.1.3 diff --git a/docs/release_notes/v1.1.6.rst b/docs/release_notes/v1.1.6.rst new file mode 100644 index 00000000..7933b04c --- /dev/null +++ b/docs/release_notes/v1.1.6.rst @@ -0,0 +1,13 @@ +############################################### +Django-machina 1.1.6 release notes (2021-12-22) +############################################### + +Requirements and compatibility +------------------------------ + +Python 3.6, 3.7, 3.8, 3.9 and 3.10. Django 2.2, 3.0, 3.1 and 3.2 + +Minor changes +------------- + +* Update some contact details in the documentation diff --git a/pyproject.toml b/pyproject.toml index 7199a7f5..53c0b89d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-machina" -version = "1.1.6.dev0" +version = "1.1.6" description = "A Django forum engine for building powerful community driven websites." authors = ["Morgan Aubert "] license = "BSD-3-Clause"