Skip to content

Commit

Permalink
update version to 6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Robyn Speer committed May 14, 2021
1 parent b6057f2 commit 6ece809
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## Version 6.0.3 (May 14, 2021)

- Allow the keyword argument `fix_entities` as a deprecated alias for
`unescape_html`, raising a warning.

- `ftfy.formatting` functions now disregard ANSI terminal escapes when
calculating text width.


## Version 6.0.2 (May 4, 2021)

This version is purely a cosmetic change, updating the maintainer's e-mail
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '6.0'
# The full version, including alpha/beta/rc tags.
release = '6.0.2'
release = '6.0.3'

# 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
Expand Up @@ -14,7 +14,7 @@
from ftfy.badness import is_bad
from ftfy.formatting import display_ljust

__version__ = "6.0.2"
__version__ = "6.0.3"


# Though this function does nothing, it lets linters know that we're using
Expand Down

0 comments on commit 6ece809

Please sign in to comment.