Skip to content

Commit

Permalink
chore(release): version 1.2.7 → 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
daxartio committed Jun 1, 2024
1 parent f491055 commit c21fec5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 <[email protected]>"]
license = "GPLv3+"
Expand Down

0 comments on commit c21fec5

Please sign in to comment.