Skip to content

Commit

Permalink
Bump version: 4.21 → 4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevaev committed Nov 25, 2024
1 parent 7394588 commit 0cf5f8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 4.21
current_version = 4.22
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)?
serialize =
{major}.{minor}
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ for _variant in "${_variants[@]}"; do
pkgname+=(kvmd-platform-$_platform-$_board)
done
pkgbase=kvmd
pkgver=4.21
pkgver=4.22
pkgrel=1
pkgdesc="The main PiKVM daemon"
url="https://github.com/pikvm/kvmd"
Expand Down
2 changes: 1 addition & 1 deletion kvmd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
# ========================================================================== #


__version__ = "4.21"
__version__ = "4.22"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def main() -> None:

setup(
name="kvmd",
version="4.21",
version="4.22",
url="https://github.com/pikvm/kvmd",
license="GPLv3",
author="Maxim Devaev",
Expand Down

0 comments on commit 0cf5f8d

Please sign in to comment.