Skip to content

Commit

Permalink
Bump to version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gpongelli committed Feb 24, 2023
1 parent b6d84e7 commit a806f0e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 1.2.0 (2023-02-24)

### Feat

- call different tox environment due to how OS call python binary
- unify workflow, deactivating others
- removed complete workflow, cibuildwheel does not build pure python package
- add python-active-versions and check-python-versions


### Fix

- coverage file name
- remove invalid signal CTRL_BREAK for windows
- remove invalid signal value on windows
- fallback to previous workflows, adding OS
- remove unnecessary else after raise or return

## 1.1.0 (2023-02-20)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion broadlink_listener/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__author__ = "Gabriele Pongelli"
__email__ = "gabriele.pongelli@gmail.com"
__version__ = "1.1.0"
__version__ = "1.2.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[tool.poetry]
name = "broadlink-listener"
version = "1.1.0"
version = "1.2.0"
homepage = "https://github.com/gpongelli/broadlink-listener"
description = "Broadlink IR codes listener and SmartIR json generator."
authors = ["Gabriele Pongelli <gabriele.pongelli@gmail.com>"]
Expand Down Expand Up @@ -105,7 +105,7 @@

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.1.0"
version = "1.2.0"
version_files = [
"broadlink_listener/__init__.py:__version__",
"pyproject.toml:version"
Expand Down

0 comments on commit a806f0e

Please sign in to comment.