From 8c665d165101f32c1833b00a3d82dc46fe330be9 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Tue, 18 Jan 2022 11:04:07 -0800 Subject: [PATCH] upgrade: bump to v6.0.1 Signed-off-by: Kevin Morris --- aurweb/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aurweb/config.py b/aurweb/config.py index 3f84f3d6..9ab9ae45 100644 --- a/aurweb/config.py +++ b/aurweb/config.py @@ -6,7 +6,7 @@ from typing import Any # Publicly visible version of aurweb. This is used to display # aurweb versioning in the footer and must be maintained. # Todo: Make this dynamic/automated. -AURWEB_VERSION = "v6.0.0" +AURWEB_VERSION = "v6.0.1" _parser = None