diff --git a/Changes.rst b/Changes.rst index 7851acde..a881b005 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,8 @@ +Changes for v3.0.7 (2023-04-23) +=============================== + +- Test suite: Use general regex to cut zsh reset ANSI sequences (#425) + Changes for v3.0.6 (2023-04-22) =============================== diff --git a/setup.py b/setup.py index c210be80..b99d3c53 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="argcomplete", - version="3.0.6", + version="3.0.7", url="https://github.com/kislyuk/argcomplete", project_urls={ "Documentation": "https://kislyuk.github.io/argcomplete",