Skip to content

Commit

Permalink
release: 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Nov 6, 2024
1 parent b6634fa commit 09a2fab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- released start -->

## [Unreleased]
<!-- ## [Unreleased] -->

## [3.3.0]

### Added

Expand Down
2 changes: 1 addition & 1 deletion zabbix_cli/__about__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import annotations

__version__ = "3.2.0"
__version__ = "3.3.0"
APP_NAME = "zabbix-cli"
AUTHOR = "unioslo"

0 comments on commit 09a2fab

Please sign in to comment.