Skip to content

Commit 59414cc

Browse files
committed
Prepare 1.1.4 release
1 parent 36054f8 commit 59414cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
#
6666

6767
# The short X.Y version.
68-
version = '1.1.4.dev0'
68+
version = '1.1.4'
6969
# The full version, including alpha/beta/rc tags.
70-
release = '1.1.4.dev0'
70+
release = '1.1.4'
7171

7272
# The language for content autogenerated by Sphinx. Refer to documentation
7373
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-machina"
3-
version = "1.1.4.dev0"
3+
version = "1.1.4"
44
description = "A Django forum engine for building powerful community driven websites."
55
authors = ["Morgan Aubert <me@morganaubert.name>"]
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)