diff --git a/AUTHORS b/AUTHORS index aa669e5f..bb7736cf 100644 --- a/AUTHORS +++ b/AUTHORS @@ -6,6 +6,7 @@ Contributors: * Alex Tyrba * BrendaH + * Bo Peng * Greg Reinbach * Kostas * Hammy Goonan @@ -13,6 +14,7 @@ Contributors: * Iurii Zolotko * James Meakin * Kostas + * lauri-openscop * Martin Burchell * Matthew D'Souza * Matthew Meinzer diff --git a/docs/conf.py b/docs/conf.py index 9131f09e..31397e3d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,9 +65,9 @@ # # The short X.Y version. -version = '1.1.5.dev0' +version = '1.1.5' # The full version, including alpha/beta/rc tags. -release = '1.1.5.dev0' +release = '1.1.5' # 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 743ba125..8c55f710 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-machina" -version = "1.1.5.dev0" +version = "1.1.5" description = "A Django forum engine for building powerful community driven websites." authors = ["Morgan Aubert "] license = "BSD-3-Clause"