Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 539 Bytes

development_notes.rst

File metadata and controls

26 lines (15 loc) · 539 Bytes

Development notes for crl.devutils

Version handling

Version handling should take care of the following aspects:

  • git tag (which is the package version)
  • git hash (should be associated with git tag)
  • version (and name) according to setup
::
# python setup.py --name # python setup.py --version
  • version according to _version.py file

All of these should be verified to be consistent.