Skip to content

Commit

Permalink
bump: version 1.2.0 → 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rydra committed Jan 28, 2022
1 parent a551c91 commit 43098f4
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 @@
## 1.2.1 (2022-01-28)

### Fix

- update the install script
- update the script to appropriately add the autostart to the retropie

## 1.2.0 (2022-01-28)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion bgm/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# __version__.py
__version__ = "1.2.0"
__version__ = "1.2.1"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "es-bgm"
version = "1.2.0"
version = "1.2.1"
description = "Allows you to add background music to EmulationStation"
authors = ["David <[email protected]>"]
license = "LGPL-3.0-or-later"
Expand Down Expand Up @@ -40,7 +40,7 @@ lint = ["pylint"]

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.2.0"
version = "1.2.1"
tag_format = "$version"
version_files = [
"bgm/__version__.py",
Expand Down

0 comments on commit 43098f4

Please sign in to comment.