upgrade: bump to v6.0.28

This commit is contained in:
Kristian Klausen 2022-05-13 00:37:34 +02:00
parent 0b54488563
commit 4ddd1dec9c
No known key found for this signature in database
GPG key ID: E2BE346E410366C3
2 changed files with 2 additions and 2 deletions

View file

@ -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.27"
AURWEB_VERSION = "v6.0.28"
_parser = None

View file

@ -8,7 +8,7 @@
#
[tool.poetry]
name = "aurweb"
version = "v6.0.27"
version = "v6.0.28"
license = "GPL-2.0-only"
description = "Source code for the Arch User Repository's website"
homepage = "https://aur.archlinux.org"