Skip to content
Snippets Groups Projects
Verified Commit 545e4eff authored by Miroslav Hanak's avatar Miroslav Hanak
Browse files

Release version 1.0.0

Changed

* Use pytest for tests
* Project structure - merge with template project
* Use poetry instead of setuptools
* Separate integration tests from unit tests

Removed

* ZabbixSender class

Added

* Gitlab CI
* Dev script
* Integration tests setup manual
parent b809c58a
No related merge requests found
Pipeline #127956 passed with stages
in 1 minute and 4 seconds
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.0.0] - 2022-12-22
### Changed
......
......@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "zabbix_sender"
version = "0.1.0"
version = "1.0.0"
description = "Python Zabbix sender implementation"
authors = ["Turris Software <software@turris.cz>"]
license = "GPL-3.0-or-later"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment