chore(release): prepare for 6.2.0

Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
This commit is contained in:
Leonidas Spyropoulos 2023-01-26 23:19:04 +00:00
parent 7f9ac28f6e
commit 2b76b90885
No known key found for this signature in database
GPG key ID: 59E43E106B247368
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ from typing import Any
# Publicly visible version of aurweb. This is used to display # Publicly visible version of aurweb. This is used to display
# aurweb versioning in the footer and must be maintained. # aurweb versioning in the footer and must be maintained.
# Todo: Make this dynamic/automated. # Todo: Make this dynamic/automated.
AURWEB_VERSION = "v6.1.9" AURWEB_VERSION = "v6.2.0"
_parser = None _parser = None

View file

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