We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82089af commit 24969c0Copy full SHA for 24969c0
CHANGES.rst
@@ -8,7 +8,7 @@ Unreleased
8
- Drop support for Python 3.7. :pr:`2588`
9
- Use modern packaging metadata with ``pyproject.toml`` instead of ``setup.cfg``.
10
:pr:`326`
11
-- Use ``flit_core`` instead of ``setuptools`` as build backend.
+- Use ``flit_core`` instead of ``setuptools`` as build backend. :pr:`2543`
12
- Deprecate the ``__version__`` attribute. Use feature detection, or
13
``importlib.metadata.version("click")``, instead. :issue:`2598`
14
- ``BaseCommand`` is deprecated. ``Command`` is the base class for all
0 commit comments