Skip to content

Python ZVT 700 interface (electronic cash registers)

License

Notifications You must be signed in to change notification settings

wirelane/ecrterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

174 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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