diff --git a/Changes.rst b/Changes.rst index ac515ec..f1280ad 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,8 @@ +Changes for v2.9.1 (2019-11-04) +=============================== + +- Fix documentation build + Changes for v2.9.0 (2019-11-04) =============================== diff --git a/setup.py b/setup.py index 9dbfa5e..ade438a 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="yq", - version="2.9.0", + version="2.9.1", url="https://github.com/kislyuk/yq", license="Apache Software License", author="Andrey Kislyuk",