diff --git a/HISTORY.rst b/HISTORY.rst index d9c281b2..dd4e04c3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,15 @@ History .. towncrier release notes start +2.0.5 (2023-09-26) +================== + +Bugfixes +-------- + +- Pin correct django-meta version (#763) + + 2.0.4 (2023-09-25) ================== diff --git a/changes/763.bugfix b/changes/763.bugfix deleted file mode 100644 index 7978038d..00000000 --- a/changes/763.bugfix +++ /dev/null @@ -1 +0,0 @@ -Pin correct django-meta version diff --git a/djangocms_blog/__init__.py b/djangocms_blog/__init__.py index a849ae57..fb57704d 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.5.dev1" +__version__ = "2.0.5" diff --git a/pyproject.toml b/pyproject.toml index 8c83b00e..653eedde 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.5.dev1" +current_version = "2.0.5" parse = """(?x) (?P[0-9]+) \\.(?P[0-9]+)