From c21fec573219dd47c31985be40d3a6f943a160f2 Mon Sep 17 00:00:00 2001 From: Danil Akhtarov Date: Sat, 1 Jun 2024 22:36:53 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20version=201.2.7=20=E2=86=92?= =?UTF-8?q?=201.2.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccfbf52..5c2b93b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## v1.2.8 (2024-06-01) + +### Fix + +- fix si10 pm from 64 to 128 + ## v1.2.7 (2024-03-27) ### Refactor diff --git a/pyproject.toml b/pyproject.toml index 0a08d34..81d736d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.commitizen] name = "cz_conventional_commits" -version = "1.2.7" +version = "1.2.8" tag_format = "v$version" version_files = [ "pyproject.toml:version" @@ -14,7 +14,7 @@ update_changelog_on_bump = true [tool.poetry] name = "sportident" -version = "1.2.7" +version = "1.2.8" description = "Python module to communicate with SportIdent main stations" authors = ["Danil Akhtarov "] license = "GPLv3+"