File tree Expand file tree Collapse file tree 5 files changed +13
-8
lines changed
Expand file tree Collapse file tree 5 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1+ ## Version 6.2.3 (August 5, 2024)
2+
3+ - Updated PyPI metadata.
4+
15## Version 6.2.2 (August 5, 2024)
26
37- Updated Read the Docs config so that docs might build again.
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.2 "
52+ release = "6.2.3 "
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.2 "
32+ __version__ = "6.2.3 "
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.2 "
3+ version = " 6.2.3 "
44description = " Fixes mojibake and other problems with Unicode, after the fact"
5+ homepage = " https://ftfy.readthedocs.io/en/latest/"
6+ documentation = " https://ftfy.readthedocs.io/en/latest/"
7+ repository = " https://github.com/rspeer/python-ftfy"
58authors = [
" Robyn Speer <[email protected] >" ]
69license = " Apache-2.0"
710include = [
@@ -25,12 +28,10 @@ ruff = "^0.5.6"
2528[tool .poetry .scripts ]
2629ftfy = " ftfy.cli:main"
2730
28- [project .urls ]
29- Homepage = " https://ftfy.readthedocs.io/en/latest/"
30- Documentation = " https://ftfy.readthedocs.io/en/latest/"
31- Repository = " https://github.com/rspeer/python-ftfy"
31+ [tool .poetry .urls ]
3232Issues = " https://github.com/rspeer/python-ftfy/issues/"
3333Changelog = " https://github.com/rspeer/python-ftfy/blob/main/CHANGELOG.md"
34+ Cohost = " https://cohost.org/arborelia"
3435
3536[build-system ]
3637requires = [" poetry-core>=1.0.0" ]
Original file line number Diff line number Diff line change 2121
2222setup (
2323 name = "ftfy" ,
24- version = "6.2.2 " ,
24+ version = "6.2.3 " ,
2525 maintainer = "Robyn Speer" ,
2626 maintainer_email = "[email protected] " ,
2727 license = "Apache 2.0" ,
You can’t perform that action at this time.
0 commit comments