-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from adammcdonagh/feat/config-deltas
Add additional delta_hours helper function to config loader
- Loading branch information
Showing
4 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "opentaskpy" | ||
version = "v24.45.0" | ||
version = "v24.45.1" | ||
authors = [{ name = "Adam McDonagh", email = "[email protected]" }] | ||
license = { text = "GPLv3" } | ||
classifiers = [ | ||
|
@@ -71,7 +71,7 @@ otf-batch-validator = "opentaskpy.cli.batch_validator:main" | |
profile = 'black' | ||
|
||
[tool.bumpver] | ||
current_version = "v24.45.0" | ||
current_version = "v24.45.1" | ||
version_pattern = "vYY.WW.PATCH[-TAG]" | ||
commit_message = "bump version {old_version} -> {new_version}" | ||
commit = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters