Skip to content

Commit

Permalink
Prepare 1.1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Dec 23, 2021
1 parent 2959644 commit 7f387c4
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`_
Expand Down
1 change: 1 addition & 0 deletions docs/release_notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Django-machina 1.1
.. toctree::
:maxdepth: 1

v1.1.6
v1.1.5
v1.1.4
v1.1.3
Expand Down
13 changes: 13 additions & 0 deletions docs/release_notes/v1.1.6.rst
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <me@morganaubert.name>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 7f387c4

Please sign in to comment.