We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3362a commit d17c8fcCopy full SHA for d17c8fc
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.14.1
+current_version = 1.15.0
3
commit = True
4
tag = True
5
iredis/__init__.py
@@ -1 +1 @@
-__version__ = "1.14.1"
+__version__ = "1.15.0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "iredis"
-version = "1.14.1"
+version = "1.15.0"
description = "Terminal client for Redis with auto-completion and syntax highlighting."
authors = ["laixintao <laixintao1995@163.com>"]
6
readme = 'README.md'
0 commit comments