From e6371200e4eb05ad312ac8370894201e0d53e890 Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Sat, 22 Apr 2023 07:30:41 -0700 Subject: [PATCH] v3.0.6 --- Changes.rst | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Changes.rst b/Changes.rst index b99c0f14..7851acde 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,14 @@ +Changes for v3.0.6 (2023-04-22) +=============================== + +- Allow importlib-metadata 6.x; skip test failures on Python 3.7 (#420, + #424) + +- Note completers can return iterables of strings, not just lists + (#422) + +- Documentation and test improvements + Changes for v3.0.5 (2023-03-25) =============================== diff --git a/setup.py b/setup.py index 2661b6fe..c210be80 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="argcomplete", - version="3.0.5", + version="3.0.6", url="https://github.com/kislyuk/argcomplete", project_urls={ "Documentation": "https://kislyuk.github.io/argcomplete",