/ecrterm

Python ZVT 700 interface (electronic cash registers)

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

ecrterm

Python ZVT 700 interface (electronic cash registers)

Creating tags and releases

Based on https://stackoverflow.com/a/7502821

Update the version in ecrterm/init.py and create a tag using

git tag -a v$(python setup.py --version) -m 'description of version'

Then push the tag to github

git push --tags