summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDick Marinus <dick@mrns.nl>2017-09-18 20:41:30 +0200
committerDick Marinus <dick@mrns.nl>2017-09-18 20:41:30 +0200
commitea6a50583a006ede3d9d4d72ae96fb8d45317e74 (patch)
tree29cc17f187bfeae0e09f80d860aa9ee992deaa0e
parent64f056c61f512c81b71a8b18a23d7907d9b02549 (diff)
Require cli_helpers 0.2.3 (fix #513)
-rw-r--r--changelog.rst1
-rw-r--r--setup.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.rst b/changelog.rst
index f1943f61..5ac18de0 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -4,6 +4,7 @@ Upcoming
Internal changes:
-----------------
* Remove shebang and git execute permission from pgcli/main.py. (Thanks: `Dick Marinus`_)
+* Require cli_helpers 0.2.3 (fix #513). (Thanks: `Dick Marinus`_)
1.8.0
=====
diff --git a/setup.py b/setup.py
index e64a3a45..64fe266a 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ install_requirements = [
'sqlparse >=0.2.2,<0.3.0',
'configobj >= 5.0.6',
'humanize >= 0.5.1',
- 'cli_helpers >= 0.2.0, < 1.0.0',
+ 'cli_helpers >= 0.2.3, < 1.0.0',
]