Skip to content

Commit

Permalink
bump: version 1.0.0-b0 → 1.0.0-b1
Browse files Browse the repository at this point in the history
  • Loading branch information
chezhj committed Oct 27, 2023
1 parent 7bfc20d commit d671c0a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
name = "cz_conventional_commits"
tag_format = "v$version"
version_scheme = "semver"
version = "1.0.0-b0"
version = "1.0.0-b1"
update_changelog_on_bump = true
major_version_zero = true
version_files = [
"_version.py",
"Installer/_version.iss:MyAppVersion",
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v1.0.0-b1 (2023-10-27)

## v1.0.0-b0 (2023-10-27)

### 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.0.0-b0"
#define MyAppVersion "1.0.0-b1"
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-b0"
__version__ = "1.0.0-b1"

0 comments on commit d671c0a

Please sign in to comment.