From f8bb363810c081e3c66dd115e06f718f33787b39 Mon Sep 17 00:00:00 2001 From: Matt Fox Date: Wed, 26 Jun 2024 14:26:38 -0700 Subject: [PATCH] increment version --- djautotask/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djautotask/__init__.py b/djautotask/__init__.py index 510ecbd..196fe27 100644 --- a/djautotask/__init__.py +++ b/djautotask/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -VERSION = (1, 5, 8, 'final') +VERSION = (1, 5, 9, 'final') # pragma: no cover if VERSION[-1] != "final":