diff --git a/aurweb/config.py b/aurweb/config.py index 8130376d7010d1c215dd2492ab5bd335f65e7385..b2824abc356db4acaa095f77a5a9cbcef755312b 100644 --- a/aurweb/config.py +++ b/aurweb/config.py @@ -5,7 +5,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.1.9" +AURWEB_VERSION = "v6.2.0" _parser = None diff --git a/pyproject.toml b/pyproject.toml index e2da5bd4631fd7032e0133f28b539aa317387d6d..7f8b0503eb974d20eee4ef3877d304680b1d8ff0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ combine_as_imports = true # [tool.poetry] name = "aurweb" -version = "v6.1.9" +version = "v6.2.0" license = "GPL-2.0-only" description = "Source code for the Arch User Repository's website" homepage = "https://aur.archlinux.org"