summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2017-05-17 20:09:21 -0700
committerIrina Truong <i.chernyavska@gmail.com>2017-05-17 20:09:21 -0700
commit3900329faa5ebfdb428bc091bce5ac4361cff146 (patch)
tree3e7cb52c57094c24078f3bed146abea1b0ac900a
parentbc6883a308055bd76f6ec82d5d2afdd3d911d528 (diff)
Preparing to release 1.6.0.
-rw-r--r--changelog.rst5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/changelog.rst b/changelog.rst
index 8832b1e5..cfbf31b7 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,6 +1,11 @@
Upcoming
========
+* TBD
+
+1.6.0
+=====
+
Features:
---------
* Add time option for prompt (Thanks: `Gustavo Castro`_)
diff --git a/setup.py b/setup.py
index 26acbb2a..9f3c4390 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ with open('pgcli/__init__.py', 'rb') as f:
description = 'CLI for Postgres Database. With auto-completion and syntax highlighting.'
install_requirements = [
- 'pgspecial>=1.7.0',
+ 'pgspecial>=1.8.0',
'click >= 4.1',
'Pygments >= 2.0', # Pygments has to be Capitalcased. WTF?
'prompt_toolkit>=1.0.10,<1.1.0',