Skip to main content

Yet another tool for bumping version number and updating changelog

Project description

Release version

Test PyPI 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 hashes)

Uploaded Source

Built Distribution

release_version-0.1.6-py3-none-any.whl (8.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page