diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4c233a05..c021dfc1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.2.dev1 +current_version = 2.0.2 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.?)(?P[a-z]*)(?P\d*) serialize = {major}.{minor}.{patch}.{release}{relver} diff --git a/HISTORY.rst b/HISTORY.rst index 87739a7a..7a0a3c09 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,15 @@ History .. towncrier release notes start +2.0.2 (2023-08-30) +================== + +Features +-------- + +- Update translations (#751) + + 2.0.1 (2023-08-07) ================== diff --git a/djangocms_blog/__init__.py b/djangocms_blog/__init__.py index ea14dbb4..42d79dab 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.2.dev1" +__version__ = "2.0.2"