From 53147a39a14bf56d690644d1ef75b206e69e8982 Mon Sep 17 00:00:00 2001 From: Bogdan Popa Date: Fri, 14 Jan 2022 10:42:26 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20version=201.12.1=20=E2=86=92=20?= =?UTF-8?q?1.12.2?= 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 5cc0113c..eb41f127 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.12.1 +current_version = 1.12.2 message = chore: bump version {current_version} → {new_version} commit = True tag = True diff --git a/dramatiq/__init__.py b/dramatiq/__init__.py index 7696e7ec..9c6d86c0 100644 --- a/dramatiq/__init__.py +++ b/dramatiq/__init__.py @@ -62,4 +62,4 @@ "Worker", ] -__version__ = "1.12.1" +__version__ = "1.12.2"