If you have any issue with verstr
, please start by updating to the last version and see if the bug is still there.
If it is, check if the problem has not already been reported and if not, just open an issue with with the basic information. If in doubt, check out what to put in your bug report.
Feature requests are also welcome on the issue tracker but keep in mind that verstr
aims to keep it simple.
Please fork the verstr
repository on Github, and create a new branch containing your work. When you are done, open a pull request.
Create and activate a Python 3 virtual environment.
Install verstr
for development:
pip install -r requirements.txt
pip install -e .
Run unit tests:
pytest