From d03f68c9aabbecbb2d8b0dbfb03617681698330f Mon Sep 17 00:00:00 2001 From: Mario Orlandi Date: Mon, 26 Apr 2021 17:36:10 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.5.0=20=E2=86=92=201.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- django_task/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django_task/__init__.py b/django_task/__init__.py index 0c51931..34a19bf 100644 --- a/django_task/__init__.py +++ b/django_task/__init__.py @@ -1,2 +1,2 @@ from __future__ import unicode_literals -__version__ = '1.5.0' +__version__ = '1.5.1' diff --git a/setup.cfg b/setup.cfg index 2081468..fb60b0c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.0 +current_version = 1.5.1 commit = True tag = True