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 bc4ff38 commit 4f387ffCopy full SHA for 4f387ff
HISTORY.rst
@@ -11,8 +11,9 @@ Pending
11
* Converted setuptools metadata to configuration file. This meant removing the
12
``__version__`` attribute from the package. If you want to inspect the
13
installed version, use
14
- ``pkg_resources.get_distribution("django-mysql").version``
15
- (`docs <https://setuptools.readthedocs.io/en/latest/pkg_resources.html#getting-or-creating-distributions>`__).
+ ``importlib.metadata.version("django-mysql")``
+ (`docs <https://docs.python.org/3.8/library/importlib.metadata.html#distribution-versions>`__ /
16
+ `backport <https://pypi.org/project/importlib-metadata/>`__).
17
18
3.2.0 (2019-06-14)
19
------------------
0 commit comments