Skip to content

Commit 7034f03

Browse files
committed
Prepare 1.1.1 release
1 parent d4f7ea2 commit 7034f03

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Contributors:
1515
* Martin Burchell
1616
* Matthew D'Souza
1717
* Matthew Meinzer
18+
* Matthieu Huguet
1819
* Miha Frangež
1920
* Niels van Kampenhout
2021
* Norman Tan

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.1.dev0'
68+
version = '1.1.1'
6969
# The full version, including alpha/beta/rc tags.
70-
release = '1.1.1.dev0'
70+
release = '1.1.1'
7171

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

docs/release_notes/v1.1.1.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
######################################################
2-
Django-machina 1.1.1 release notes (UNDER DEVELOPMENT)
3-
######################################################
1+
###############################################
2+
Django-machina 1.1.1 release notes (2020-05-23)
3+
###############################################
44

55
Requirements and compatibility
66
------------------------------

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.1.dev0"
3+
version = "1.1.1"
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)