Skip to content

Commit

Permalink
Bump version: 3.186 → 3.187
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevaev committed Dec 6, 2022
1 parent c6e3df5 commit c5cebb4
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 = 3.186
current_version = 3.187
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 @@ -32,7 +32,7 @@ for _variant in "${_variants[@]}"; do
pkgname+=(kvmd-platform-$_platform-$_board)
done
pkgbase=kvmd
pkgver=3.186
pkgver=3.187
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__ = "3.186"
__version__ = "3.187"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def main() -> None:

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

0 comments on commit c5cebb4

Please sign in to comment.