diff --git a/CHANGELOG b/CHANGELOG index 71ba4179..43d3a740 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -## [Unreleased] + + +## 3.1.0 ### Added diff --git a/uv.lock b/uv.lock index 193d2479..50f30f88 100644 --- a/uv.lock +++ b/uv.lock @@ -820,7 +820,7 @@ wheels = [ [[package]] name = "zabbix-cli" -version = "3.0.3" +version = "3.1.0" source = { editable = "." } dependencies = [ { name = "click-repl" }, diff --git a/zabbix_cli/__about__.py b/zabbix_cli/__about__.py index cd8d251d..13ed4082 100644 --- a/zabbix_cli/__about__.py +++ b/zabbix_cli/__about__.py @@ -1,5 +1,5 @@ from __future__ import annotations -__version__ = "3.0.3" +__version__ = "3.1.0" APP_NAME = "zabbix-cli" AUTHOR = "unioslo"