Skip to content

Commit

Permalink
Bump version: 0.1.2 -> 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gpongelli committed Dec 9, 2022
1 parent 2eba041 commit b93cf83
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.1.3 (2022-12-09)

### Fix

- sphinx file generation
- using github action for conventional commits

## 0.1.2 (2022-12-09)

### Fix
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__ = "[email protected]"
__version__ = "0.1.2"
__version__ = "0.1.3"
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 = "0.1.2"
version = "0.1.3"
homepage = "https://github.com/gpongelli/broadlink-listener"
description = "Broadlink IR codes listener and SmartIR json generator."
authors = ["Gabriele Pongelli <[email protected]>"]
Expand Down Expand Up @@ -102,7 +102,7 @@

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

0 comments on commit b93cf83

Please sign in to comment.