summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Kislyuk <kislyuk@gmail.com>2018-02-07 00:41:32 -0800
committerAndrey Kislyuk <kislyuk@gmail.com>2018-02-07 00:41:32 -0800
commit27829a76eb3e01e2eba083b3492376801e552922 (patch)
tree39eec641ea6177d72c1b893b26d379a3adc97694
parentfc4d0fee671043ef623e0a9bc09eb88082736169 (diff)
v2.3.7v2.3.7
-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 278ba89..1ec2ac5 100644
--- a/Changes.rst
+++ b/Changes.rst
@@ -1,3 +1,9 @@
+Changes for v2.3.7 (2018-02-07)
+===============================
+
+- Fix for the –from-file/-f argument: Re-route jq_filter to files when
+ using –from-file. Fixes #19.
+
Changes for v2.3.6 (2018-01-29)
===============================
diff --git a/setup.py b/setup.py
index 8f44242..fcae18c 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ tests_require = ["coverage", "flake8", "wheel"]
setup(
name="yq",
- version="2.3.6",
+ version="2.3.7",
url="https://github.com/kislyuk/yq",
license="Apache Software License",
author="Andrey Kislyuk",