diff --git a/docs/conf.py b/docs/conf.py index 7614ade5..5713408f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,9 +65,9 @@ # # The short X.Y version. -version = '1.3.1' +version = '1.3.2.dev' # The full version, including alpha/beta/rc tags. -release = '1.3.1' +release = '1.3.2.dev' # 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 2418c71a..ab7645ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-machina" -version = "1.3.1" +version = "1.3.2.dev" description = "A Django forum engine for building powerful community driven websites." authors = ["Morgan Aubert "] license = "BSD-3-Clause"