Skip to content

Commit

Permalink
Release 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
protoroto committed Dec 22, 2023
1 parent d330315 commit 83a9b64
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
17 changes: 17 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
==================

Expand Down
1 change: 0 additions & 1 deletion changes/769.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/774.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/780.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/781.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion djangocms_blog/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__author__ = "Iacopo Spalletti"
__email__ = "[email protected]"
__version__ = "2.0.6.dev1"
__version__ = "2.0.6"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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<major>[0-9]+)
\\.(?P<minor>[0-9]+)
Expand Down

0 comments on commit 83a9b64

Please sign in to comment.