Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 363 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 363 Bytes

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