From 19c00fd2f73e60c0c11a33fe195546f567f29361 Mon Sep 17 00:00:00 2001 From: Mario Orlandi Date: Fri, 31 Dec 2021 11:30:45 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.4=20=E2=86=92=202.0.5?= 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 f593cd5..4c354e0 100644 --- a/django_task/__init__.py +++ b/django_task/__init__.py @@ -1 +1 @@ -__version__ = '2.0.4' +__version__ = '2.0.5' diff --git a/setup.cfg b/setup.cfg index b96b3d7..4c063b3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.4 +current_version = 2.0.5 commit = True tag = True