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 b862cb1 commit dfa6369Copy full SHA for dfa6369
CHANGES.rst
@@ -1,9 +1,9 @@
1
.. currentmodule:: click
2
3
-Version 8.0
4
------------
+Version 8.0.0
+-------------
5
6
-Unreleased
+Released 2021-05-11
7
8
- Drop support for Python 2 and 3.5.
9
- Colorama is always installed on Windows in order to provide style
src/click/__init__.py
@@ -72,4 +72,4 @@
72
from .utils import get_text_stream
73
from .utils import open_file
74
75
-__version__ = "8.0.0rc1"
+__version__ = "8.0.0"
0 commit comments