We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82965ac commit a1572d1Copy full SHA for a1572d1
4 files changed
HISTORY.rst
@@ -6,6 +6,15 @@ History
6
7
.. towncrier release notes start
8
9
+2.0.8 (2025-09-29)
10
+==================
11
+
12
+Features
13
+--------
14
15
+- Add object in CategoryEntriesView context (#838)
16
17
18
2.0.7 (2024-01-16)
19
==================
20
changes/838.feature
djangocms_blog/__init__.py
@@ -1,3 +1,3 @@
1
__author__ = "Iacopo Spalletti"
2
__email__ = "i.spalletti@nephila.it"
3
-__version__ = "2.0.8.dev1"
+__version__ = "2.0.8"
pyproject.toml
@@ -53,7 +53,7 @@ commit = true
53
message = "Release {new_version}"
54
commit_args = "--no-verify"
55
tag = false
56
-current_version = "2.0.8.dev1"
+current_version = "2.0.8"
57
parse = """(?x)
58
(?P<major>[0-9]+)
59
\\.(?P<minor>[0-9]+)
0 commit comments