Skip to content

Incorrect version number in 0.0.1 release

Release 0.0.1 has a version number 0.0.0 when imported:

>>> import ichec_logger
>>> print(ichec_logger.__version__)
0.0.0

This does not meet the release criterion: "Consumer can pin version number of logger" - since a consumer will not be able to pin to version 0.0.1.

Suggest making a new release - version 0.0.2 that fixes this. Release notes should just include the fix.

The same release process should be followed - e.g. having an issue to manage the release.

Edited by James Grogan