We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36054f8 commit 59414ccCopy full SHA for 59414cc
docs/conf.py
@@ -65,9 +65,9 @@
65
#
66
67
# The short X.Y version.
68
-version = '1.1.4.dev0'
+version = '1.1.4'
69
# The full version, including alpha/beta/rc tags.
70
-release = '1.1.4.dev0'
+release = '1.1.4'
71
72
# The language for content autogenerated by Sphinx. Refer to documentation
73
# for a list of supported languages.
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "django-machina"
3
-version = "1.1.4.dev0"
+version = "1.1.4"
4
description = "A Django forum engine for building powerful community driven websites."
5
authors = ["Morgan Aubert <me@morganaubert.name>"]
6
license = "BSD-3-Clause"
0 commit comments