From 931186db611e48f12e4a34a367a59a53a32f0b5c Mon Sep 17 00:00:00 2001 From: Shoaib Sarwar Date: Mon, 7 Oct 2024 20:42:58 +0500 Subject: [PATCH] bump djautotask version --- djautotask/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djautotask/__init__.py b/djautotask/__init__.py index 3ffb321..ff3472e 100644 --- a/djautotask/__init__.py +++ b/djautotask/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -VERSION = (1, 6, 3, 'final') +VERSION = (1, 6, 5, 'final') # pragma: no cover if VERSION[-1] != "final":