diff --git a/Changes.rst b/Changes.rst index f1280ad..099b886 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,8 @@ +Changes for v2.9.2 (2019-11-04) +=============================== + +- Fix interrupted release + Changes for v2.9.1 (2019-11-04) =============================== diff --git a/setup.py b/setup.py index ade438a..93fde6d 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="yq", - version="2.9.1", + version="2.9.2", url="https://github.com/kislyuk/yq", license="Apache Software License", author="Andrey Kislyuk",