No project description provided
Project description
vrz: Easy versioning and releases
vrz simplifies versioning and releases of software packages. Created primarily for Python, but can be used with other language platforms as well.
Installation
In order to add vrz into your Poetry project, execute the following command:
poetry add --group=dev vrz
You can also install vrz globally using pipx:
pipx install vrz
Usage
In order to release new minor version of your application, execute the vrz minor command:
$ vrz minor
Version bumped to 0.30.0.
Pushed updated pyproject.toml.
Git tag v0.30.0 created and pushed.
Publishing package to PyPI.
Publishing to PyPI done.
vrz will:
- bump your
pyproject.tomlproject version (if Poetry project is detected) - commit and push
pyproject.toml(if Poetry project is detected) - create and push Git tag
- publish package to PyPI (if current project is already present in PyPI index)
License
This project is licensed under the MIT License - see the LICENSE file for details.
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
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 vrz-0.30.0.tar.gz.
File metadata
- Download URL: vrz-0.30.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.4 CPython/3.12.11 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e8176760ca9319b80bdcfd2deaa37698c9026787e65ec166243998b7f605132
|
|
| MD5 |
f312291a06d0c5bcdf50a84c32e95c31
|
|
| BLAKE2b-256 |
3c4b590ab058a4af86e9a92ebbe23334e0bf84c73f6e72d0a26208bc0f19a781
|
File details
Details for the file vrz-0.30.0-py3-none-any.whl.
File metadata
- Download URL: vrz-0.30.0-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.4 CPython/3.12.11 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26d8cfe13fb24f96b4c2b25644ccbbfbc8e92560acc74cbcd2b03ac62042d7ce
|
|
| MD5 |
bf9b26dedb2c86ded04265fa2e6cba87
|
|
| BLAKE2b-256 |
1381beb73c553628c91f4452442e73b88062e64c706190ddbc1a72706887cf4c
|