Skip to content

Commit 01ec612

Browse files
committed
Bump version: 3.238 → 3.239
1 parent a1b718f commit 01ec612

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

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

PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ for _variant in "${_variants[@]}"; do
4040
pkgname+=(kvmd-platform-$_platform-$_board)
4141
done
4242
pkgbase=kvmd
43-
pkgver=3.238
43+
pkgver=3.239
4444
pkgrel=1
4545
pkgdesc="The main PiKVM daemon"
4646
url="https://github.com/pikvm/kvmd"

kvmd/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
# ========================================================================== #
2121

2222

23-
__version__ = "3.238"
23+
__version__ = "3.239"

setup.py

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

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

0 commit comments

Comments
 (0)