1
0
Fork 0

Changelog update before release. Bump cli_helpers. (#1030)

This commit is contained in:
Irina Truong 2019-04-05 17:24:10 -07:00 committed by GitHub
parent a7632361c4
commit ab18b08903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Upcoming:
=========
2.1.0
=====
Features:
---------

View File

@ -20,7 +20,7 @@ install_requirements = [
'sqlparse >=0.2.2,<0.3.0',
'configobj >= 5.0.6',
'humanize >= 0.5.1',
'cli_helpers[styles] >= 1.0.1',
'cli_helpers[styles] >= 1.2.0',
]