Pyfiglet Versions Save

An implementation of figlet written in Python

v1.0.2

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/pwaller/pyfiglet/compare/v1.0.1...v1.0.2

v1.0.1

8 months ago

What's Changed

This release exists to prevent old versions of python from trying to install a new version of pyfiglet which they are incompatible with. We now test against python3.9 or newer. If you need support for an older version of python, then add a version constraint pyfiglet<1.

New Contributors

Full Changelog: https://github.com/pwaller/pyfiglet/compare/v1.0.0...v1.0.1

v1.0.0

8 months ago

What's Changed

Note: This release was yanked because it broke on older versions of python, see #127, and 1.0.1 was published which prevents those old versions of python from picking up the newer pyfiglet.

Note that 1.0.0 drops support for python <= 3.7, even though the changelog below includes fixes which made it work temporarily for those versions.

New Contributors

Full Changelog: https://github.com/pwaller/pyfiglet/compare/v0.8.0...v1.0.0

0.7.3

9 years ago

See #41.

0.7.2

9 years ago

Fixes #34.