Yet another tool for bumping version number and updating changelog
Project description
Release version
Yet another tool for bumping version number and updating changelog.
Usage
Install by running:
pip install release-version
Add following in pyproject.toml
file in the root directory of your project:
[tool.release-version]
filename = "pyproject.toml"
pattern = "version = \"(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)\""
changelog = "CHANGELOG.md" # optional
Release new versions by running:
release-version patch
release-version minor
release-version major
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
release-version-0.1.6.tar.gz
(9.8 kB
view details)
Built Distribution
File details
Details for the file release-version-0.1.6.tar.gz
.
File metadata
- Download URL: release-version-0.1.6.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 518246eb1e55bcd88be37cb019d4831d06170242474fa6d0ed673e57e00c1a0f |
|
MD5 | 3ced58fdd07d859c3bcbdce5126f4342 |
|
BLAKE2b-256 | 22b108a2c5bca23b0df3e6c48734e55b0e564c1faa2cd0e022ead74cc81666a9 |
File details
Details for the file release_version-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: release_version-0.1.6-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a43c3fb7e84b7d58615cbb1e46253274e1c2abd4bb8de6d037b7a45937026e2 |
|
MD5 | ccf72c537b2f71f7cc986ffc9f4e573e |
|
BLAKE2b-256 | 9ac8cbec22233a93905d4ee79c46a2234b5f2e65ee189c9246bcc5bcbecf9a08 |