Skip to content

Commit

Permalink
perf(pyproject.toml): Set the start version of the new dparse release
Browse files Browse the repository at this point in the history
Organizing the versioning for automated release and changelog generation.
  • Loading branch information
yeisonvargasf committed Oct 23, 2023
1 parent 6518723 commit 36565ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hatch.toml
Expand Up @@ -15,7 +15,7 @@ cov = [
"test-cov",
"cov-report",
]
bump = "cz bump --check-consistency --changelog --yes"
bump = "cz bump --check-consistency --yes && cz changelog --merge-prerelease"
beta-bump = "cz bump -pr beta --check-consistency --changelog --yes"
dev-bump = "cz bump --devrelease {args} --check-consistency --yes"
local-bump = "cz bump {args} --changelog --files-only --yes"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "dparse"
version = "0.6.3.dev26"
version = "0.6.4.dev0"
description = "A parser for Python dependency files"
keywords = ["dparse"]
readme = "README.rst"
Expand Down

0 comments on commit 36565ce

Please sign in to comment.