summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Kislyuk <kislyuk@gmail.com>2018-11-05 14:19:44 -0800
committerAndrey Kislyuk <kislyuk@gmail.com>2018-11-05 14:19:44 -0800
commitd5468f3ee19af2b318d58f7b4ef4fc3ec6df9898 (patch)
tree3b8d6d81a6ab9a5d9dc1e4c247eab9f0c2c461e1
parent36f48f4e60dab50591531142511c7e096c45d9ba (diff)
v2.7.1v2.7.1
-rw-r--r--Changes.rst7
-rwxr-xr-xsetup.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/Changes.rst b/Changes.rst
index 2e616fb..47de263 100644
--- a/Changes.rst
+++ b/Changes.rst
@@ -1,3 +1,10 @@
+Changes for v2.7.1 (2018-11-05)
+===============================
+
+- xq: Introduce –xml-dtd and –xml-root. Fixes #37.
+
+- TOML support is optional and experimental
+
Changes for v2.7.0 (2018-08-04)
===============================
diff --git a/setup.py b/setup.py
index b821935..68ffd8d 100755
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ tests_require = ["coverage", "flake8", "wheel"]
setup(
name="yq",
- version="2.7.0",
+ version="2.7.1",
url="https://github.com/kislyuk/yq",
license="Apache Software License",
author="Andrey Kislyuk",