1
0
Fork 0

Preparing to release 1.6.0.

This commit is contained in:
Irina Truong 2017-05-17 20:09:21 -07:00
parent bc6883a308
commit 3900329faa
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
Upcoming
========
* TBD
1.6.0
=====
Features:
---------
* Add time option for prompt (Thanks: `Gustavo Castro`_)

View File

@ -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',