From 41a6e9740fd0633933ec88fe5424a6765969beb7 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Thu, 10 Feb 2022 13:55:18 -0800 Subject: [PATCH] upgrade: bump to v6.0.10 Signed-off-by: Kevin Morris --- aurweb/config.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aurweb/config.py b/aurweb/config.py index 728f4b11..4f8ae55f 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.9" +AURWEB_VERSION = "v6.0.10" _parser = None diff --git a/pyproject.toml b/pyproject.toml index 8c7ede9b..2bd77eba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ # [tool.poetry] name = "aurweb" -version = "v6.0.9" +version = "v6.0.10" license = "GPL-2.0-only" description = "Source code for the Arch User Repository's website" homepage = "https://aur.archlinux.org"