summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2019-04-05 17:24:10 -0700
committerGitHub <noreply@github.com>2019-04-05 17:24:10 -0700
commitab18b08903a3caa14025c9917923aaf20c0b048d (patch)
tree76f0067d69bdaa9de5798d6bf4e56896421597e7
parenta7632361c42b33e4474a4ca5363bddbf57484daa (diff)
Changelog update before release. Bump cli_helpers. (#1030)
-rw-r--r--changelog.rst4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/changelog.rst b/changelog.rst
index 2667c11e..2c1324ef 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,5 +1,5 @@
-Upcoming:
-=========
+2.1.0
+=====
Features:
---------
diff --git a/setup.py b/setup.py
index 6d20f09c..13c76c02 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[styles] >= 1.0.1',
+ 'cli_helpers[styles] >= 1.2.0',
]