We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbdda80 commit 37103a0Copy full SHA for 37103a0
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "hikaxpro"
7
-version = "2.1.1"
+version = "2.1.2"
8
description = "Hikvision AX Pro alarm kit ISAPI integration for home assistant alarm panel"
9
readme = "README.md"
10
authors = [
@@ -30,7 +30,7 @@ repository = "https://github.com/petrleocompel/hikaxpro/"
30
dev = ["pytest", "requests_mock"]
31
32
[tool.bumpver]
33
-current_version = "2.1.1"
+current_version = "2.1.2"
34
version_pattern = "MAJOR.MINOR.PATCH"
35
commit_message = "chore: release version {new_version}"
36
commit = true
0 commit comments