diff --git a/Changes.rst b/Changes.rst index f51d6689..24e8c6f9 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,8 @@ +Changes for v2.1.0 (2023-03-06) +=============================== + +- Remove scripts for contrib-supported shells from global namespace + Changes for v2.0.6 (2023-03-06) =============================== diff --git a/setup.py b/setup.py index 73f08e30..310921ec 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="argcomplete", - version="2.0.6", + version="2.1.0", url="https://github.com/kislyuk/argcomplete", project_urls={ "Documentation": "https://kislyuk.github.io/argcomplete",