Skip to content

Commit

Permalink
version 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rspeer committed Aug 6, 2024
1 parent 7f6653d commit 6593567
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## Version 6.2.2 (August 5, 2024)

- Updated Read the Docs config so that docs might build again.

## Version 6.2.1 (August 5, 2024)

- Updated setup.py and tox.ini to indicate support for Python 3.8 through 3.13.
- Replaced the text file used in CLI tests with a better one that tests the same issue.
- Lints and auto-formatting using ruff.
- Packaging and test fixes by Michał Górny.

## Version 6.2.0 (March 15, 2024)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# The short X.Y version.
version = "6.2"
# The full version, including alpha/beta/rc tags.
release = "6.2.1"
release = "6.2.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion ftfy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from ftfy.badness import is_bad
from ftfy.formatting import display_ljust

__version__ = "6.2.0"
__version__ = "6.2.2"


# Though this function does nothing, it lets linters know that we're using
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ftfy"
version = "6.2.1"
version = "6.2.2"
description = "Fixes mojibake and other problems with Unicode, after the fact"
authors = ["Robyn Speer <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name="ftfy",
version="6.2.1",
version="6.2.2",
maintainer="Robyn Speer",
maintainer_email="[email protected]",
license="Apache 2.0",
Expand Down

0 comments on commit 6593567

Please sign in to comment.