Skip to content

Commit

Permalink
release version 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed May 11, 2021
1 parent b862cb1 commit dfa6369
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
@@ -1,9 +1,9 @@
.. currentmodule:: click

Version 8.0
-----------
Version 8.0.0
-------------

Unreleased
Released 2021-05-11

- Drop support for Python 2 and 3.5.
- Colorama is always installed on Windows in order to provide style
Expand Down
2 changes: 1 addition & 1 deletion src/click/__init__.py
Expand Up @@ -72,4 +72,4 @@
from .utils import get_text_stream
from .utils import open_file

__version__ = "8.0.0rc1"
__version__ = "8.0.0"

0 comments on commit dfa6369

Please sign in to comment.