Skip to content

Commit e9aed3c

Browse files
committed
Prepare 1.1 release
1 parent d8e6b74 commit e9aed3c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.0.3.dev0'
68+
version = '1.1'
6969
# The full version, including alpha/beta/rc tags.
70-
release = '1.0.3.dev0'
70+
release = '1.1'
7171

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

docs/release_notes/v1.1.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
####################################################
2-
Django-machina 1.1 release notes (UNDER DEVELOPMENT)
3-
####################################################
1+
#############################################
2+
Django-machina 1.1 release notes (2020-03-13)
3+
#############################################
44

55
Requirements and compatibility
66
------------------------------

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.0.3.dev0"
3+
version = "1.1"
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)