Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Releases: jwodder/read_version

v0.3.2 — Go inactive

25 Jul 18:01
v0.3.2
Compare
Choose a tag to compare
  • Support Python 3.9
  • Drop support for Python 2.7 and 3.5
  • Declare the project inactive and no longer supported

v0.3.1 — Import setuptools before distutils

12 Jul 20:19
v0.3.1
Compare
Choose a tag to compare
  • 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__`

17 Mar 16:31
v0.3.0
Compare
Choose a tag to compare
  • Support fetching module docstrings with variable="__doc__"

v0.2.0 — `pyproject.toml` support

16 Mar 15:53
v0.2.0
Compare
Choose a tag to compare
  • 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

27 Apr 20:20
v0.1.1
Compare
Choose a tag to compare
  • Fix an inability to cope with assignments to subscripts etc.

v0.1.0 — Initial release

25 Sep 18:12
v0.1.0
Compare
Choose a tag to compare