Skip to content

Commit

Permalink
build: Build release
Browse files Browse the repository at this point in the history
  • Loading branch information
chezhj committed Oct 27, 2023
1 parent 14791c6 commit 97f1921
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 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.0.0-b1"
version = "1.0.0-b2"
update_changelog_on_bump = true
version_files = [
"_version.py",
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.0.0-b1"
#define MyAppVersion "1.0.0-b2"
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.0.0-b1"
__version__ = "1.0.0-b2"
Binary file modified output/sbRenamer/base_library.zip
Binary file not shown.
Binary file modified output/sbRenamer/sbRenamer.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion sbRenamer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ a = Analysis(
['C:/Code/sbRenamer/sbRenamer.py'],
pathex=[],
binaries=[],
datas=[],
datas=[('C:/Code/sbRenamer/sbRenamer.ico', '.')],
hiddenimports=[],
hookspath=[],
hooksconfig={},
Expand Down

0 comments on commit 97f1921

Please sign in to comment.