From 00576764d54702a73c7bba264d7c9f316816b4c7 Mon Sep 17 00:00:00 2001 From: MarcoGlauser Date: Tue, 10 Sep 2024 11:42:37 +0900 Subject: [PATCH] Release 0.6.0 --- HISTORY.rst | 4 ++++ contentful_webhook_receiver/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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"