From c18a744ff88eef433c16c5786ea5bec161726494 Mon Sep 17 00:00:00 2001 From: Paul Gilmartin Date: Thu, 1 Aug 2024 17:35:36 +0200 Subject: [PATCH] Bump version no to 1.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49f5364..639869d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ name = "django-pgpubsub" packages = [ { include = "pgpubsub" } ] -version = "1.1.5" +version = "1.2.1" description = "A distributed task processing framework for Django built on top of the Postgres NOTIFY/LISTEN protocol." authors = ["Opus 10 Engineering"] classifiers = [