diff --git a/Changes.rst b/Changes.rst index 024ea5d..f8b41de 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,8 @@ +Changes for v2.3.4 (2017-12-26) +=============================== + +- Support bare YAML dates and times. Fixes #10 + Changes for v2.3.3 (2017-09-30) =============================== diff --git a/setup.py b/setup.py index 9442d50..eea7937 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="yq", - version="2.3.3", + version="2.3.4", url="https://github.com/kislyuk/yq", license="Apache Software License", author="Andrey Kislyuk",