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 20c88f0 commit f8d811eCopy full SHA for f8d811e
2 files changed
CHANGES.rst
@@ -3,6 +3,8 @@
3
Version 8.1.0
4
-------------
5
6
+Released 2022-03-28
7
+
8
- Drop support for Python 3.6. :pr:`2129`
9
- Remove previously deprecated code. :pr:`2130`
10
src/click/__init__.py
@@ -70,4 +70,4 @@
70
from .utils import get_text_stream as get_text_stream
71
from .utils import open_file as open_file
72
73
-__version__ = "8.1.0.dev0"
+__version__ = "8.1.0"
0 commit comments