From 65f530ab8076aca7571e3964905c82674fd57825 Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Tue, 4 Apr 2023 18:36:26 -0700 Subject: [PATCH] v3.2.1 --- Changes.rst | 6 ++++++ docs/cli-doc.txt | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changes.rst b/Changes.rst index 77d1248..fd3e5db 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,9 @@ +Changes for v3.2.1 (2023-04-04) +=============================== + +- Relax tomlkit dependency version range to preserve Python 3.6 + compatibility (#165) + Changes for v3.2.0 (2023-04-03) =============================== diff --git a/docs/cli-doc.txt b/docs/cli-doc.txt index 7198b22..e0d9cae 100644 --- a/docs/cli-doc.txt +++ b/docs/cli-doc.txt @@ -1,6 +1,6 @@ usage: yq [options] [input file...] [--indentless-lists] [--in-place] [--version] - [jq_filter] [files [files ...]] + [jq_filter] [files ...] yq: Command-line YAML processor - jq wrapper for YAML documents diff --git a/setup.py b/setup.py index 801cbc0..6ee22ba 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="yq", - version="3.2.0", + version="3.2.1", url="https://github.com/kislyuk/yq", license="Apache Software License", author="Andrey Kislyuk",