Skip to content

Commit 16a1dbd

Browse files
committed
Bump version: 4.70 → 4.71
1 parent e66edd4 commit 16a1dbd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 4.70
4+
current_version = 4.71
55
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)?
66
serialize =
77
{major}.{minor}

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ for _variant in "${_variants[@]}"; do
3939
pkgname+=(kvmd-platform-$_platform-$_board)
4040
done
4141
pkgbase=kvmd
42-
pkgver=4.70
42+
pkgver=4.71
4343
pkgrel=1
4444
pkgdesc="The main PiKVM daemon"
4545
url="https://github.com/pikvm/kvmd"

kvmd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
# ========================================================================== #
2121

2222

23-
__version__ = "4.70"
23+
__version__ = "4.71"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def main() -> None:
5656

5757
setup(
5858
name="kvmd",
59-
version="4.70",
59+
version="4.71",
6060
url="https://github.com/pikvm/kvmd",
6161
license="GPLv3",
6262
author="Maxim Devaev",

0 commit comments

Comments
 (0)