From bedcf848e86bd437364deaa0b78d7bfe7f18dc12 Mon Sep 17 00:00:00 2001 From: Shoaib Sarwar Date: Wed, 30 Oct 2024 23:56:54 +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 f55b3ed..cfedf1b 100644 --- a/djautotask/__init__.py +++ b/djautotask/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -VERSION = (1, 6, 6, 'final') +VERSION = (1, 6, 9, 'final') # pragma: no cover if VERSION[-1] != "final":