Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGlauser committed Sep 10, 2024
1 parent f05174f commit 0057676
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contentful_webhook_receiver/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.5.0'
__version__ = '0.6.0'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 0057676

Please sign in to comment.