summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Kislyuk <kislyuk@gmail.com>2017-01-14 22:02:52 -0800
committerAndrey Kislyuk <kislyuk@gmail.com>2017-01-14 22:02:52 -0800
commit660e9e244bd00e488e83f3677cb6d02439e6c6a9 (patch)
treebf18c48ebe43391406ec913640bcf8bc25548844
parentf37ad56f24b2cbe8b3914aef58cefaa7a2149762 (diff)
v2.0.1v2.0.1
-rw-r--r--Changes.rst5
-rwxr-xr-xsetup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/Changes.rst b/Changes.rst
index 9a3c7df..6e31c66 100644
--- a/Changes.rst
+++ b/Changes.rst
@@ -1,3 +1,8 @@
+Changes for v2.0.1 (2017-01-14)
+===============================
+
+- Fix description in setup.py
+
Changes for v2.0.0 (2017-01-14)
===============================
diff --git a/setup.py b/setup.py
index 01e885c..0d4f2b3 100755
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
setup(
name="yq",
- version="2.0.0",
+ version="2.0.1",
url="https://github.com/kislyuk/yq",
license="Apache Software License",
author="Andrey Kislyuk",