From 4199330fcaaa48e15af331013804f5e0e4e54804 Mon Sep 17 00:00:00 2001 From: Ian Stride Date: Wed, 7 Feb 2024 17:50:04 +0000 Subject: [PATCH] Increment site version to 2.7.0 --- iogt/settings/production.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iogt/settings/production.py b/iogt/settings/production.py index f322abf60..89189f545 100644 --- a/iogt/settings/production.py +++ b/iogt/settings/production.py @@ -41,7 +41,7 @@ }, } -SITE_VERSION = '2.6.1' +SITE_VERSION = '2.7.0' try: from .local import *