Skip to content

Commit 1784558

Browse files
committed
release version 7.1.2
1 parent 25a3cb2 commit 1784558

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
.. currentmodule:: click
22

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+
315
Version 7.1.1
416
-------------
517

src/click/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@
7676
# literals.
7777
disable_unicode_literals_warning = False
7878

79-
__version__ = "7.1.1"
79+
__version__ = "7.1.2"

0 commit comments

Comments
 (0)