summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Kislyuk <kislyuk@gmail.com>2017-09-25 22:47:18 -0700
committerAndrey Kislyuk <kislyuk@gmail.com>2017-09-25 22:47:18 -0700
commit07b84878618917b8593c506cbd157389db7994cb (patch)
tree94d9ef342c6468ddf8544761b92f449e76617378
parentdebe45a48761b0529c63df764047117ebcb2d8f1 (diff)
v2.3.1v2.3.1
-rw-r--r--Changes.rst6
-rwxr-xr-xsetup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/Changes.rst b/Changes.rst
index 6686f09..37daa9d 100644
--- a/Changes.rst
+++ b/Changes.rst
@@ -1,3 +1,9 @@
+Changes for v2.3.1 (2017-09-25)
+===============================
+
+- Add support for multiple yaml files in arguments. Thanks to
+ @bubbleattic (PR #7)
+
Changes for v2.3.0 (2017-08-27)
===============================
diff --git a/setup.py b/setup.py
index 741edce..28a39fe 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ tests_require = ["coverage", "flake8", "wheel"]
setup(
name="yq",
- version="2.3.0",
+ version="2.3.1",
url="https://github.com/kislyuk/yq",
license="Apache Software License",
author="Andrey Kislyuk",