Skip to content

Commit

Permalink
Prepare 1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed May 28, 2023
1 parent 156d63f commit 97b719c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
#

# The short X.Y version.
version = '1.2.1.dev'
version = '1.3.0'
# The full version, including alpha/beta/rc tags.
release = '1.2.1.dev'
release = '1.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions docs/release_notes/v1.3.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
####################################################
Django-machina 1.3 release notes (UNDER DEVELOPMENT)
####################################################
#############################################
Django-machina 1.3 release notes (2023-05-27)
#############################################

Requirements and compatibility
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-machina"
version = "1.2.1.dev"
version = "1.3.0"
description = "A Django forum engine for building powerful community driven websites."
authors = ["Morgan Aubert <[email protected]>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 97b719c

Please sign in to comment.