From 63768ad326b275b6d8cdca7935b53a80964e8185 Mon Sep 17 00:00:00 2001 From: Bogdan Popa Date: Mon, 18 Feb 2019 10:39:02 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20version=201.4.3=20=E2=86=92=201?= =?UTF-8?q?.5.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 696370da..1c1614c1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.3 +current_version = 1.5.0 message = chore: bump version {current_version} → {new_version} commit = True tag = True diff --git a/dramatiq/__init__.py b/dramatiq/__init__.py index 1c950276..ae2f7407 100644 --- a/dramatiq/__init__.py +++ b/dramatiq/__init__.py @@ -62,4 +62,4 @@ "Worker", ] -__version__ = "1.4.3" +__version__ = "1.5.0"