When using inv set-version 0.0.0 - version file does not get updated and there's no indication that errors happened.
This is because Rellu uses single quotes by default in its VERSION_PATTERN and i'd assume that before using black, default string quote was ' instead of what it's now ".
When using
inv set-version 0.0.0
- version file does not get updated and there's no indication that errors happened.This is because Rellu uses single quotes by default in its VERSION_PATTERN and i'd assume that before using black, default string quote was
'
instead of what it's now"
.