Adding upstream version 1.11.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e47dfcc74f
commit
10fd6b3697
21 changed files with 128 additions and 118 deletions
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "iredis"
|
||||
version = "1.10.0"
|
||||
version = "1.11.0"
|
||||
description = "Terminal client for Redis with auto-completion and syntax highlighting."
|
||||
authors = ["laixintao <laixintao1995@163.com>"]
|
||||
readme = 'README.md'
|
||||
|
@ -35,7 +35,7 @@ python = "^3.6"
|
|||
redis = "^3.4.0"
|
||||
prompt_toolkit = "^3"
|
||||
Pygments = "^2"
|
||||
mistune = "^0.8"
|
||||
mistune = "^2.0"
|
||||
configobj = "^5.0"
|
||||
click = "^7.0"
|
||||
pendulum = "^2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue