From db5cf566fbc1372942b822c690522bd2c75a9358 Mon Sep 17 00:00:00 2001 From: Bogdan Popa Date: Thu, 25 Jan 2024 09:41:23 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20version=201.15.0=20=E2=86=92=20?= =?UTF-8?q?1.16.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- dramatiq/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 95b48547..6c927eef 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.15.0 +current_version = 1.16.0 message = chore: bump version {current_version} → {new_version} commit = True tag = True diff --git a/dramatiq/__init__.py b/dramatiq/__init__.py index 82c57e26..d5a1d266 100644 --- a/dramatiq/__init__.py +++ b/dramatiq/__init__.py @@ -62,4 +62,4 @@ "Worker", ] -__version__ = "1.15.0" +__version__ = "1.16.0"