Skip to content

Commit

Permalink
v1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Sep 27, 2020
1 parent cc3be4f commit 36bc3b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Changes for v1.12.1 (2020-09-26)
================================

- Update importlib-metadata dependency version range

- Bash nounset mode fixes (#313)

Changes for v1.11.1 (2020-01-14)
================================

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.11.1',
version='1.12.1',
url='https://github.com/kislyuk/argcomplete',
project_urls={
"Documentation": "https://kislyuk.github.io/argcomplete",
Expand Down

0 comments on commit 36bc3b3

Please sign in to comment.