Skip to content

Commit dfa6369

Browse files
committed
release version 8.0.0
1 parent b862cb1 commit dfa6369

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.. currentmodule:: click
22

3-
Version 8.0
4-
-----------
3+
Version 8.0.0
4+
-------------
55

6-
Unreleased
6+
Released 2021-05-11
77

88
- Drop support for Python 2 and 3.5.
99
- Colorama is always installed on Windows in order to provide style

src/click/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@
7272
from .utils import get_text_stream
7373
from .utils import open_file
7474

75-
__version__ = "8.0.0rc1"
75+
__version__ = "8.0.0"

0 commit comments

Comments
 (0)