Skip to content

Commit

Permalink
v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Mar 22, 2023
1 parent 9c4f893 commit 5d37545
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Changes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Changes for v3.0.4 (2023-03-21)
===============================

- activate-global-python-argcomplete: do not overwrite existing dotfile
in user directory

- Add NOTICE file

- Establish long term name for split_line as
argcomplete.lexers.split_line

Changes for v3.0.3 (2023-03-20)
===============================

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

setup(
name="argcomplete",
version="3.0.3",
version="3.0.4",
url="https://github.com/kislyuk/argcomplete",
project_urls={
"Documentation": "https://kislyuk.github.io/argcomplete",
Expand Down

0 comments on commit 5d37545

Please sign in to comment.