From 83a9b649ec976a5291012536ff088492a9cab11b Mon Sep 17 00:00:00 2001 From: Leonardo Cavallucci Date: Fri, 22 Dec 2023 15:29:59 +0100 Subject: [PATCH] Release 2.0.6 --- HISTORY.rst | 17 +++++++++++++++++ changes/769.bugfix | 1 - changes/774.feature | 1 - changes/780.bugfix | 1 - changes/781.bugfix | 1 - djangocms_blog/__init__.py | 2 +- pyproject.toml | 2 +- 7 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 changes/769.bugfix delete mode 100644 changes/774.feature delete mode 100644 changes/780.bugfix delete mode 100644 changes/781.bugfix 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]+)