We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a3cb2 commit 1784558Copy full SHA for 1784558
2 files changed
CHANGES.rst
@@ -1,5 +1,17 @@
1
.. currentmodule:: click
2
3
+Version 7.1.2
4
+-------------
5
+
6
+Released 2020-04-27
7
8
+- Revert applying shell quoting to commands for ``echo_with_pager``
9
+ and ``edit``. This was intended to allows spaces in commands, but
10
+ caused issues if the string was actually a command and arguments, or
11
+ on Windows. Instead, the string must be quoted manually as it should
12
+ appear on the command line. :issue:`1514`
13
14
15
Version 7.1.1
16
-------------
17
src/click/__init__.py
@@ -76,4 +76,4 @@
76
# literals.
77
disable_unicode_literals_warning = False
78
79
-__version__ = "7.1.1"
+__version__ = "7.1.2"
0 commit comments