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