diff --git a/HISTORY.rst b/HISTORY.rst index c00ab11..0dcd626 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,10 @@ History ------- +0.5.1 (2024-09-10) +++++++++++++++++++ +* Add Django 5.1 compatibility + 0.5.0 (2023-12-07) ++++++++++++++++++ * Add Django 5.0 compatibility diff --git a/contentful_webhook_receiver/__init__.py b/contentful_webhook_receiver/__init__.py index 2b8877c..ef7eb44 100644 --- a/contentful_webhook_receiver/__init__.py +++ b/contentful_webhook_receiver/__init__.py @@ -1 +1 @@ -__version__ = '0.5.0' +__version__ = '0.6.0' diff --git a/pyproject.toml b/pyproject.toml index 1b8a96b..ce267fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "contentful-webhook-receiver" -version = "0.5.0" +version = "0.6.0" description = "A Django package to receive Webhooks from Contentful as signals" authors = ["MarcoGlauser "] license = "MIT"