diff --git a/Changes.rst b/Changes.rst index 689e987..d94173a 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,9 @@ +Changes for v3.3.1 (2024-04-15) +=============================== + +Revert “Do not interpret characters that cannot be parsed in octal as +int (#176)” + Changes for v3.3.0 (2024-04-13) =============================== diff --git a/setup.py b/setup.py index 586f9ab..5b17121 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="yq", - version="3.3.0", + version="3.3.1", url="https://github.com/kislyuk/yq", license="Apache Software License", author="Andrey Kislyuk",