From 917b8f15f1dc19527a9ebd6713d7767168e01f98 Mon Sep 17 00:00:00 2001 From: Morgan Aubert Date: Sun, 20 Dec 2020 19:24:11 -0500 Subject: [PATCH] Bump version to 1.1.5.dev0 --- docs/conf.py | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 6442fe276..9131f09e1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,9 +65,9 @@ # # The short X.Y version. -version = '1.1.4' +version = '1.1.5.dev0' # The full version, including alpha/beta/rc tags. -release = '1.1.4' +release = '1.1.5.dev0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyproject.toml b/pyproject.toml index 4ee33a750..743ba1255 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-machina" -version = "1.1.4" +version = "1.1.5.dev0" description = "A Django forum engine for building powerful community driven websites." authors = ["Morgan Aubert "] license = "BSD-3-Clause"