Skip to content

Commit 7f387c4

Browse files
committed
Prepare 1.1.6 release
1 parent 2959644 commit 7f387c4

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ it to suit your needs.
5454
Requirements
5555
============
5656

57-
Python 3.5+, Django 2.2+. Please refer to the requirements_ section of the documentation for a full
57+
Python 3.6+, Django 2.2+. Please refer to the requirements_ section of the documentation for a full
5858
list of dependencies.
5959

6060
.. _requirements: https://django-machina.readthedocs.org/en/stable/getting_started.html#requirements

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
#
6666

6767
# The short X.Y version.
68-
version = '1.1.6.dev0'
68+
version = '1.1.6'
6969
# The full version, including alpha/beta/rc tags.
70-
release = '1.1.6.dev0'
70+
release = '1.1.6'
7171

7272
# The language for content autogenerated by Sphinx. Refer to documentation
7373
# for a list of supported languages.

docs/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Getting started
44
Requirements
55
------------
66

7-
* `Python`_ 3.5, 3.6, 3.7, 3.8 and 3.9
7+
* `Python`_ 3.6, 3.7, 3.8, 3.9 and 3.10
88
* `Django`_ 2.2x, 3.0.x, 3.1.x and 3.2.x
99
* `Pillow`_
1010
* `Django-haystack`_

docs/release_notes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Django-machina 1.1
1212
.. toctree::
1313
:maxdepth: 1
1414

15+
v1.1.6
1516
v1.1.5
1617
v1.1.4
1718
v1.1.3

docs/release_notes/v1.1.6.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
###############################################
2+
Django-machina 1.1.6 release notes (2021-12-22)
3+
###############################################
4+
5+
Requirements and compatibility
6+
------------------------------
7+
8+
Python 3.6, 3.7, 3.8, 3.9 and 3.10. Django 2.2, 3.0, 3.1 and 3.2
9+
10+
Minor changes
11+
-------------
12+
13+
* Update some contact details in the documentation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-machina"
3-
version = "1.1.6.dev0"
3+
version = "1.1.6"
44
description = "A Django forum engine for building powerful community driven websites."
55
authors = ["Morgan Aubert <me@morganaubert.name>"]
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)