Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Apr 5, 2023
1 parent 6a507d7 commit 65f530a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changes.rst
Original file line number Diff line number Diff line change
@@ -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)
===============================

Expand Down
2 changes: 1 addition & 1 deletion docs/cli-doc.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
usage: yq [options] <jq filter> [input file...]
[--indentless-lists] [--in-place] [--version]
[jq_filter] [files [files ...]]
[jq_filter] [files ...]

yq: Command-line YAML processor - jq wrapper for YAML documents

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 65f530a

Please sign in to comment.