summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Kislyuk <kislyuk@gmail.com>2018-01-29 11:14:10 -0800
committerAndrey Kislyuk <kislyuk@gmail.com>2018-01-29 11:14:10 -0800
commitd500fb3d190ce7c07a222bfc0cb821c989b58f87 (patch)
treea0d75ffce21fcd7ae276d8aa021631d67126595c
parent7d2983b660e55f18ba79133e748c0fad471a65d4 (diff)
v2.3.6v2.3.6
-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 442c96b..278ba89 100644
--- a/Changes.rst
+++ b/Changes.rst
@@ -1,3 +1,8 @@
+Changes for v2.3.6 (2018-01-29)
+===============================
+
+- Parse and pass multiple positional-consuming jq args
+
Changes for v2.3.5 (2018-01-29)
===============================
diff --git a/setup.py b/setup.py
index 4a8da9c..8f44242 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ tests_require = ["coverage", "flake8", "wheel"]
setup(
name="yq",
- version="2.3.5",
+ version="2.3.6",
url="https://github.com/kislyuk/yq",
license="Apache Software License",
author="Andrey Kislyuk",