Skip to content

Releases: redislabsdev/cly

v0.10.3

Choose a tag to compare

@GalBr GalBr released this 12 Mar 15:02
  • Replace-PyEval_CallObject-with-PyObject_CallObject

v0.10.2

Choose a tag to compare

@landzhev landzhev released this 25 Jun 18:32
  • Replace deprecated usage of pkg_resources

v0.10.1

Choose a tag to compare

@levincarmel levincarmel released this 08 May 07:49
remove from parser

v0.10

Choose a tag to compare

@levincarmel levincarmel released this 01 May 08:52
  • Remove usage of future
  • Replace regexes global (?i) flags with re.IGNORECASE to be compatible with python3.11

v0.9.2-py3

Choose a tag to compare

@guyco-redis guyco-redis released this 16 Sep 20:58

Bugfix for "AttributeError: 'str' object has no attribute 'decode'"

v0.9.1-py3

Choose a tag to compare

@guyco-redis guyco-redis released this 09 Mar 15:09

Bugfixes to the python3-compatible cly.
Mainly in cases where the user input was not valid.

v0.9-py3

Choose a tag to compare

@guyco-redis guyco-redis released this 08 Mar 08:22

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.