diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3d2ac0b..5547f83 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0234cd3..97135c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/Lfd4/djangocms-search/compare/v0.1.0...v0.1.1) (2024-07-29) + + +### Bug Fixes + +* pyproject.toml structure ([98be9c9](https://github.com/Lfd4/djangocms-search/commit/98be9c98037165947ebacf8e3940b5307bc316d2)) + ## 0.1.0 (2024-07-29) diff --git a/djangocms_search/__init__.py b/djangocms_search/__init__.py index 3dc1f76..485f44a 100644 --- a/djangocms_search/__init__.py +++ b/djangocms_search/__init__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1" diff --git a/pyproject.toml b/pyproject.toml index 483f7a5..642f000 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "djangocms-search" -version = "0.1.0" +version = "0.1.1" description = "aldryn-search inspired Haystack index for djangoCMS projects" authors = ["Filip Weidemann "] readme = "README.md"