Skip to content

Commit ce4314c

Browse files
committed
Release 2.0.7
1 parent 3ab98ab commit ce4314c

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

HISTORY.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ History
66

77
.. towncrier release notes start
88
9+
2.0.7 (2024-01-16)
10+
==================
11+
12+
Bugfixes
13+
--------
14+
15+
- Pin Django CMS version < 4, update Github test matrix (#786)
16+
17+
918
2.0.6 (2023-12-22)
1019
==================
1120

changes/786.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

djangocms_blog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = "Iacopo Spalletti"
22
__email__ = "[email protected]"
3-
__version__ = "2.0.7.dev1"
3+
__version__ = "2.0.7"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ commit = true
5353
message = "Release {new_version}"
5454
commit_args = "--no-verify"
5555
tag = false
56-
current_version = "2.0.7.dev1"
56+
current_version = "2.0.7"
5757
parse = """(?x)
5858
(?P<major>[0-9]+)
5959
\\.(?P<minor>[0-9]+)

0 commit comments

Comments
 (0)