File tree 5 files changed +13
-8
lines changed
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
+
1
5
## Version 6.2.2 (August 5, 2024)
2
6
3
7
- Updated Read the Docs config so that docs might build again.
Original file line number Diff line number Diff line change 49
49
# The short X.Y version.
50
50
version = "6.2"
51
51
# The full version, including alpha/beta/rc tags.
52
- release = "6.2.2 "
52
+ release = "6.2.3 "
53
53
54
54
# The language for content autogenerated by Sphinx. Refer to documentation
55
55
# for a list of supported languages.
Original file line number Diff line number Diff line change 29
29
from ftfy .badness import is_bad
30
30
from ftfy .formatting import display_ljust
31
31
32
- __version__ = "6.2.2 "
32
+ __version__ = "6.2.3 "
33
33
34
34
35
35
# Though this function does nothing, it lets linters know that we're using
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " ftfy"
3
- version = " 6.2.2 "
3
+ version = " 6.2.3 "
4
4
description = " 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"
5
8
authors = [
" Robyn Speer <[email protected] >" ]
6
9
license = " Apache-2.0"
7
10
include = [
@@ -25,12 +28,10 @@ ruff = "^0.5.6"
25
28
[tool .poetry .scripts ]
26
29
ftfy = " ftfy.cli:main"
27
30
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 ]
32
32
Issues = " https://github.com/rspeer/python-ftfy/issues/"
33
33
Changelog = " https://github.com/rspeer/python-ftfy/blob/main/CHANGELOG.md"
34
+ Cohost = " https://cohost.org/arborelia"
34
35
35
36
[build-system ]
36
37
requires = [" poetry-core>=1.0.0" ]
Original file line number Diff line number Diff line change 21
21
22
22
setup (
23
23
name = "ftfy" ,
24
- version = "6.2.2 " ,
24
+ version = "6.2.3 " ,
25
25
maintainer = "Robyn Speer" ,
26
26
maintainer_email = "[email protected] " ,
27
27
license = "Apache 2.0" ,
You can’t perform that action at this time.
0 commit comments