Utility library for bumping version numbers in project files
Project description
Track-bump
Utility library to bump the version / tags or a project repository following the following pattern:
How to use
- Update your pyproject.toml or
.cz.tomlfile with the following:
[tool.track-bump]
version = "0.1.0"
version_files = [
"sub-project-1/pyproject.toml",
"sub-project-2/pyproject.toml"
]
bump_message = "chore: release {current_version} → {new_version} [skip ci]"
- Run the following command from inside your project:
poetry run track-bump
or with pipx
pipx run track-bump
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
track_bump-0.7.2.tar.gz
(103.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file track_bump-0.7.2.tar.gz.
File metadata
- Download URL: track_bump-0.7.2.tar.gz
- Upload date:
- Size: 103.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a08efdcb96190c1be820f8c1353f1d44811eccccfec588b936bd5f9818d20559
|
|
| MD5 |
d0786fccf88f6ebfd572d3fa7480cf34
|
|
| BLAKE2b-256 |
9fa0291b11632426acde13b4f3fe277fb85c72f90a0c5056dba93c37ccb1e73e
|
File details
Details for the file track_bump-0.7.2-py3-none-any.whl.
File metadata
- Download URL: track_bump-0.7.2-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afd47b585a771942ddc95100bccf87281f75ea2d1acc3dce8724b85144c0cb5c
|
|
| MD5 |
5369ba186a0a286456573708ad6ba37d
|
|
| BLAKE2b-256 |
970b635070161814dc2c5fee9543b71803cdc0d7d430e9f4b045b6b8980824ed
|