robotframework / PythonLibCore

Tools to ease creating larger test libraries for Robot Framework using Python
Apache License 2.0
64 stars 23 forks source link

inv task set-version does not work nor does it indicate any errors. #152

Closed rasjani closed 6 months ago

rasjani commented 6 months ago

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 ".