Skip to content

Commit 6593567

Browse files
author
Elia Robyn Lake
committed
version 6.2.2
1 parent 7f6653d commit 6593567

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
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)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# The short X.Y version.
5050
version = "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.

ftfy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from ftfy.badness import is_bad
3030
from 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ftfy"
3-
version = "6.2.1"
3+
version = "6.2.2"
44
description = "Fixes mojibake and other problems with Unicode, after the fact"
55
authors = ["Robyn Speer <[email protected]>"]
66
license = "Apache-2.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name="ftfy",
24-
version="6.2.1",
24+
version="6.2.2",
2525
maintainer="Robyn Speer",
2626
maintainer_email="[email protected]",
2727
license="Apache 2.0",

0 commit comments

Comments
 (0)