File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed
Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ ## Version 6.2.2 (August 5, 2024)
2+
3+ - Updated Read the Docs config so that docs might build again.
4+
15## Version 6.2.1 (August 5, 2024)
26
37- Updated setup.py and tox.ini to indicate support for Python 3.8 through 3.13.
48- Replaced the text file used in CLI tests with a better one that tests the same issue.
9+ - Lints and auto-formatting using ruff.
510- Packaging and test fixes by Michał Górny.
611
712## Version 6.2.0 (March 15, 2024)
Original file line number Diff line number Diff line change 4949# The short X.Y version.
5050version = "6.2"
5151# The full version, including alpha/beta/rc tags.
52- release = "6.2.1 "
52+ release = "6.2.2 "
5353
5454# The language for content autogenerated by Sphinx. Refer to documentation
5555# for a list of supported languages.
Original file line number Diff line number Diff line change 2929from ftfy .badness import is_bad
3030from ftfy .formatting import display_ljust
3131
32- __version__ = "6.2.0 "
32+ __version__ = "6.2.2 "
3333
3434
3535# Though this function does nothing, it lets linters know that we're using
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ftfy"
3- version = " 6.2.1 "
3+ version = " 6.2.2 "
44description = " Fixes mojibake and other problems with Unicode, after the fact"
55authors = [" Robyn Speer <rspeer@arborelia.net>" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 2121
2222setup (
2323 name = "ftfy" ,
24- version = "6.2.1 " ,
24+ version = "6.2.2 " ,
2525 maintainer = "Robyn Speer" ,
2626 maintainer_email = "rspeer@arborelia.net" ,
2727 license = "Apache 2.0" ,
You can’t perform that action at this time.
0 commit comments