summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--changelog.rst9
-rw-r--r--setup.py2
2 files changed, 8 insertions, 3 deletions
diff --git a/changelog.rst b/changelog.rst
index ed0232df..c462ee79 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,5 +1,10 @@
-Upcoming
-========
+Upcoming:
+=========
+
+TODO
+
+1.9.0
+=====
Features:
---------
diff --git a/setup.py b/setup.py
index bea87b21..2b4fd6a9 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.9.0',
+ 'pgspecial>=1.10.0',
'click >= 4.1',
'Pygments >= 2.0', # Pygments has to be Capitalcased. WTF?
'prompt_toolkit>=1.0.10,<1.1.0',