From 9d8d70525549013b746f85c42e673cd91d688162 Mon Sep 17 00:00:00 2001 From: Mario Orlandi Date: Fri, 3 May 2024 23:06:58 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.6=20=E2=86=92=202.0.7?= 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 13ce17d..4b259db 100644 --- a/django_task/__init__.py +++ b/django_task/__init__.py @@ -1 +1 @@ -__version__ = '2.0.6' +__version__ = '2.0.7' diff --git a/setup.cfg b/setup.cfg index 90d3f77..39c182f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.6 +current_version = 2.0.7 commit = True tag = True