Skip to content

Commit 917b8f1

Browse files
committed
Bump version to 1.1.5.dev0
1 parent 59414cc commit 917b8f1

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'
68+
version = '1.1.5.dev0'
6969
# The full version, including alpha/beta/rc tags.
70-
release = '1.1.4'
70+
release = '1.1.5.dev0'
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"
3+
version = "1.1.5.dev0"
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)