Simple version specification management
Project description
Introduction
versionah is a simple tool to help you — or more specifically me — easily maintain version information for a project. Its entire aim is to make the act of displaying or bumping a project’s version number a thoughtless task.
It is written in Python, and released under the GPL v3.
Requirements
versionah should run on Python v3.5 or newer. The only external libraries versionah depends on are click, jinja and jnrbase. If versionah doesn’t work with the version of Python you have installed, file an issue and I’ll endeavour to fix it.
Example
The simplest way to show how versionah works is by example:
$ versionah set example.txt 2.4.3
2.4.3
$ versionah display example.txt
2.4.3
$ versionah bump example.txt minor
2.5.0
$ versionah bump example.txt major
3.0.0
API Stability
API stability isn’t guaranteed across versions, although frivolous changes won’t be made.
When versionah 1.0.0 is released the API will be frozen, and any changes which aren’t backwards compatible will force a major version bump.
Contributors
I’d like to thank the following people who have contributed to versionah.
Patches
Marc Abramowitz
Ansel Cloutier
TakesxiSximada
Bug reports
Leal Hétu
Matt Leighy
Ideas
Ryan Lewis
Ryan Sutton
If I’ve forgotten to include your name I wholeheartedly apologise. Just drop me a mail and I’ll update the list!
Bugs
If you find any problems, bugs or just have a question about this package either file an issue or drop me a mail.
If you’ve found a bug please try to include a minimal testcase so I can reproduce the problem, or even better a patch!
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
Built Distribution
File details
Details for the file versionah-0.16.0.tar.gz
.
File metadata
- Download URL: versionah-0.16.0.tar.gz
- Upload date:
- Size: 45.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf64c77554705c93c40228c901fc891c916328b1f015e11dc3b19398b65784bc |
|
MD5 | 0c0528c5fce4d570b9f4467697556dc0 |
|
BLAKE2b-256 | 6a02e30202a27da14349f79971678b95ee9a0c4c22af7ed98aecd4ef816d2943 |
Provenance
File details
Details for the file versionah-0.16.0-py3-none-any.whl
.
File metadata
- Download URL: versionah-0.16.0-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5f26cd7ff9158a00c53cde1c78eac0e89cdff6ab1e5fd97f6514e0662445d32 |
|
MD5 | 4b0613abe3235d4220f68db77eb6252d |
|
BLAKE2b-256 | 848e378e3a29d13d5541371a5c000042adf9a36f02f0cb042897e4fc20823212 |