Releases: redislabsdev/cly
Releases · redislabsdev/cly
v0.10.1
v0.10
- Remove usage of
future
- Replace regexes global
(?i)
flags withre.IGNORECASE
to be compatible with python3.11
v0.9.2-py3
Bugfix for "AttributeError: 'str' object has no attribute 'decode'"
v0.9.1-py3
Bugfixes to the python3-compatible cly.
Mainly in cases where the user input was not valid.
v0.9-py3
This is v0.9 as it exists in https://pypi.org/project/cly/
Then adapted with futurize package and manual fixes in order to support python 3.