------------------- - Support Python 3.9 - Drop support for Python 2.7 and 3.5 - Declare the project inactive and no longer supported
0.3.1
------------------- - Import setuptools before importing distutils. This way, users who import `read_version` before importing setuptools 49.2.0 (or any later versions with the same behavior) will not get a warning about importing distutils before setuptools. - Add setuptools as a dependency
0.3.0
------------------- - Support fetching module docstrings with `variable="__doc__"`
0.2.0
------------------- - Support Python 3.8 - Drop support for Python 3.4 - Support describing what attributes to read from where via a `pyproject.toml` file
0.1.1
------------------- - Fix an inability to cope with assignments to subscripts etc.