Skip to content

Commit

Permalink
chore: Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
chezhj committed Nov 7, 2023
1 parent f55384a commit 190023b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cz_conventional_commits"
tag_format = "v$version"
version_scheme = "semver"
version = "1.3.0"
version = "1.3.1"
update_changelog_on_bump = true
version_files = [
"_version.py",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.3.1 (2023-11-07)

### Fix

- Fixed rename with exisiting

## v1.3.0 (2023-11-06)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion Installer/_version.iss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define MyAppVersion "1.3.0"
#define MyAppVersion "1.3.1"
2 changes: 1 addition & 1 deletion _version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Versionnumber placeholder
"""
__version__ = "1.3.0"
__version__ = "1.3.1"
Binary file modified output/sbRenamer/base_library.zip
Binary file not shown.
Binary file modified output/sbRenamer/sbRenamer.exe
Binary file not shown.

0 comments on commit 190023b

Please sign in to comment.