This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
Releases: jwodder/read_version
Releases · jwodder/read_version
v0.3.2 — Go inactive
v0.3.1 — Import setuptools before distutils
- 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
v0.3.0 — Support `__doc__`
- Support fetching module docstrings with
variable="__doc__"
v0.2.0 — `pyproject.toml` support
- Support Python 3.8
- Drop support for Python 3.4
- Support describing what attributes to read from where via a
pyproject.toml
file
v0.1.1 — Bugfix release
- Fix an inability to cope with assignments to subscripts etc.
v0.1.0 — Initial release
Version 0.1.0