From e9aed3c0f1f37e9c8cbea7c577c63cc0089bdd79 Mon Sep 17 00:00:00 2001 From: Morgan Aubert Date: Fri, 13 Mar 2020 12:13:58 -0400 Subject: [PATCH] Prepare 1.1 release --- docs/conf.py | 4 ++-- docs/release_notes/v1.1.rst | 6 +++--- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a41a55976..d24c21a87 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,9 +65,9 @@ # # The short X.Y version. -version = '1.0.3.dev0' +version = '1.1' # The full version, including alpha/beta/rc tags. -release = '1.0.3.dev0' +release = '1.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/release_notes/v1.1.rst b/docs/release_notes/v1.1.rst index 95e3a1f02..aaff83ccd 100644 --- a/docs/release_notes/v1.1.rst +++ b/docs/release_notes/v1.1.rst @@ -1,6 +1,6 @@ -#################################################### -Django-machina 1.1 release notes (UNDER DEVELOPMENT) -#################################################### +############################################# +Django-machina 1.1 release notes (2020-03-13) +############################################# Requirements and compatibility ------------------------------ diff --git a/pyproject.toml b/pyproject.toml index 7832fdba8..e0041d53b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-machina" -version = "1.0.3.dev0" +version = "1.1" description = "A Django forum engine for building powerful community driven websites." authors = ["Morgan Aubert "] license = "BSD-3-Clause"