Skip to content

Commit

Permalink
release version 7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Apr 27, 2020
1 parent 25a3cb2 commit 1784558
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
.. currentmodule:: click

Version 7.1.2
-------------

Released 2020-04-27

- Revert applying shell quoting to commands for ``echo_with_pager``
and ``edit``. This was intended to allows spaces in commands, but
caused issues if the string was actually a command and arguments, or
on Windows. Instead, the string must be quoted manually as it should
appear on the command line. :issue:`1514`


Version 7.1.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion src/click/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@
# literals.
disable_unicode_literals_warning = False

__version__ = "7.1.1"
__version__ = "7.1.2"

0 comments on commit 1784558

Please sign in to comment.