Skip to content

Commit

Permalink
release version 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Mar 9, 2020
1 parent c0329ac commit ef1dd69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -3,7 +3,7 @@
Version 7.1.1
-------------

Unreleased
Released 2020-03-09

- Fix ``ClickException`` output going to stdout instead of stderr.
:issue:`1495`
Expand Down
2 changes: 1 addition & 1 deletion src/click/__init__.py
Expand Up @@ -76,4 +76,4 @@
# literals.
disable_unicode_literals_warning = False

__version__ = "7.1"
__version__ = "7.1.1"

0 comments on commit ef1dd69

Please sign in to comment.