Skip to content

Latest commit

 

History

History
83 lines (68 loc) · 1.84 KB

CHANGES.rst

File metadata and controls

83 lines (68 loc) · 1.84 KB

Changelog

1.2.1 (2024-10-09)

  • Setup (dependencies) update.

1.2.0 (2024-09-30)

  • Drop support for Python 3.8
  • Ability to obtain __copyright__ from the README.rst content.
  • Setup (dependencies) update.

1.1.8 (2024-08-13)

  • Add support for Python 3.13
  • Setup (dependencies) update.

1.1.7 (2024-07-15)

  • Setup (dependencies) update.

1.1.6 (2024-06-20)

  • Setup (dependencies) update.

1.1.5 (2024-01-26)

  • Setup update (now based on tox >= 4.0).
  • Cleanup.

1.1.0 (2023-12-15)

  • Add support for Python 3.12

  • Drop support for Python 3.7

  • Add support for PyPy 3.10

  • Drop support for PyPy 3.7 and 3.8

  • Bugfix for parsing metadata's "Project-URL".

  • Bugfix of about_from_setup() for __version_info__.

  • Enhancement" the 'package_path' parameter of the about_from_setup()
    can now be of type string or Path.
  • Bugfix of about_from_setup() for parsing author and maintainer emails.

  • Copyright year update.

  • Added a trivial unit test.

1.0.8 (2022-10-18)

  • Tox configuration has been moved to pyproject.toml

1.0.7 (2022-08-22)

  • Setup update.

1.0.6 (2022-07-24)

  • Add __author_email__ (as alias of __email__).
  • Add __maintainer_email__.
  • Setup update (currently based mainly on pyproject.toml).

1.0.5 (2022-07-20)

  • Add about_from_setup() (to use e.g. in docs.conf.py).
  • Add support for Python 3.10 and 3.11
  • Add support for PyPy 3.7, 3.8 and 3.9
  • Setup update.

1.0.4 (2022-01-10)

  • Drop support for Python 3.6
  • Copyright year update.
  • Setup update.

1.0.3 (2021-10-14)

  • Setup update.

1.0.2 (2021-07-20)

  • First functional release.

0.0.1 (2020-10-16)

  • Initial commit.