epcpower / sunspec-demo

MIT License
1 stars 0 forks source link

Add version and command line interface option #6

Closed gordon-epc closed 3 years ago

gordon-epc commented 3 years ago

Add functionality for the executable command line interface --version option. Add the ability to set an application version.

The release process will be similar to qtrio, where: 1) a release branch is created, 2) the _version.py file is updated with an official release version, 3) the commit is tagged, 4) "+dev" is added to the version in _version.py, 5) and then the release branch is merged back into develop (the current master branch).

Fixes #7