chore(release): prepare for 6.2.1

Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
This commit is contained in:
Leonidas Spyropoulos 2023-01-27 18:08:54 +00:00
parent ef2baad7b3
commit 8b25d11a3a
No known key found for this signature in database
GPG key ID: 59E43E106B247368
3 changed files with 34 additions and 12 deletions

View file

@ -16,7 +16,7 @@ combine_as_imports = true
#
[tool.poetry]
name = "aurweb"
version = "v6.2.0"
version = "v6.2.1"
license = "GPL-2.0-only"
description = "Source code for the Arch User Repository's website"
homepage = "https://aur.archlinux.org"
@ -95,6 +95,7 @@ posix-ipc = "^1.0.5"
pyalpm = "^0.10.6"
fastapi = "^0.89.1"
srcinfo = "^0.1.2"
tomlkit = "^0.11.6"
[tool.poetry.dev-dependencies]
coverage = "^7.1.0"