diff --git a/HISTORY.rst b/HISTORY.rst index dd4e04c3..161ee68a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,23 @@ History .. towncrier release notes start +2.0.6 (2023-12-22) +================== + +Features +-------- + +- Switch to Coveralls Github action (#774) + + +Bugfixes +-------- + +- Add sphinx-rtd-theme dependency in setup (#769) +- Add force_str to FeaturedPostsPlugin __str__ method (#780) +- Fix FeaturedPostsPlugin get_posts method rendering all posts instead of selected ones (#781) + + 2.0.5 (2023-09-26) ================== diff --git a/changes/769.bugfix b/changes/769.bugfix deleted file mode 100644 index 274bd2b5..00000000 --- a/changes/769.bugfix +++ /dev/null @@ -1 +0,0 @@ -Add sphinx-rtd-theme dependency in setup diff --git a/changes/774.feature b/changes/774.feature deleted file mode 100644 index ac238052..00000000 --- a/changes/774.feature +++ /dev/null @@ -1 +0,0 @@ -Switch to Coveralls Github action diff --git a/changes/780.bugfix b/changes/780.bugfix deleted file mode 100644 index d7bfacfd..00000000 --- a/changes/780.bugfix +++ /dev/null @@ -1 +0,0 @@ -Add force_str to FeaturedPostsPlugin __str__ method diff --git a/changes/781.bugfix b/changes/781.bugfix deleted file mode 100644 index 95be8424..00000000 --- a/changes/781.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix FeaturedPostsPlugin get_posts method rendering all posts instead of selected ones diff --git a/djangocms_blog/__init__.py b/djangocms_blog/__init__.py index 85416bdf..f2390396 100644 --- a/djangocms_blog/__init__.py +++ b/djangocms_blog/__init__.py @@ -1,3 +1,3 @@ __author__ = "Iacopo Spalletti" __email__ = "i.spalletti@nephila.it" -__version__ = "2.0.6.dev1" +__version__ = "2.0.6" diff --git a/pyproject.toml b/pyproject.toml index 71ec86d3..236d5b05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ commit = true message = "Release {new_version}" commit_args = "--no-verify" tag = false -current_version = "2.0.6.dev1" +current_version = "2.0.6" parse = """(?x) (?P[0-9]+) \\.(?P[0-9]+)