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 @@ setup( name="yq", - version="2.7.0", + version="2.7.1", url="https://github.com/kislyuk/yq", license="Apache Software License", author="Andrey Kislyuk",