Skip to content

Commit

Permalink
v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Dec 24, 2019
1 parent 55a379d commit 6d59be6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Changes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Changes for v1.11.0 (2019-12-23)
================================

- Use shell builtins where possible (#280)

- Switch from pkg_resources to importlib (#283)

- Remove .sh extension by bash-completion convention (#281)

- Catch exceptions in \_check_module (#269)

- Documentation and test improvements

Changes for v1.10.3 (2019-11-26)
================================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='argcomplete',
version='1.10.3',
version='1.11.0',
url='https://github.com/kislyuk/argcomplete',
license='Apache Software License',
author='Andrey Kislyuk',
Expand Down

0 comments on commit 6d59be6

Please sign in to comment.