summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-03-28 10:29:35 -0700
committerDavid Lord <davidism@gmail.com>2022-03-28 10:29:35 -0700
commitf8d811e5d5644aca8d32eebff196bf7c659ebf45 (patch)
treeb55f9a4b0ac25ad654b85825e24c0c302e3cb65e
parent20c88f02788586a80e6d867854c8313eaba5ad6e (diff)
downloadclick-f8d811e5d5644aca8d32eebff196bf7c659ebf45.tar.gz
release version 8.1.0
-rw-r--r--CHANGES.rst2
-rw-r--r--src/click/__init__.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 55fa41a..4019b2e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -3,6 +3,8 @@
Version 8.1.0
-------------
+Released 2022-03-28
+
- Drop support for Python 3.6. :pr:`2129`
- Remove previously deprecated code. :pr:`2130`
diff --git a/src/click/__init__.py b/src/click/__init__.py
index 33080c0..16774ef 100644
--- a/src/click/__init__.py
+++ b/src/click/__init__.py
@@ -70,4 +70,4 @@ from .utils import get_binary_stream as get_binary_stream
from .utils import get_text_stream as get_text_stream
from .utils import open_file as open_file
-__version__ = "8.1.0.dev0"
+__version__ = "8.1.0"