Skip to content

Commit

Permalink
Prep for a 6.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Oct 29, 2024
1 parent 156c589 commit 9b4c26e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Bleach changes
==============

Version 6.2.0 (in development)
------------------------------
Version 6.2.0 (October 29th, 2024)
----------------------------------
**Backwards incompatible changes**

* Dropped support for Python 3.8. (#737)
Expand All @@ -14,6 +14,9 @@ None
**Bug fixes**

* Add support for Python 3.13. (#736)
* Remove six depdenncy. (#618)
* Update known-good versions for tinycss2. (#732)
* Fix additional < followed by characters and EOF issues. (#728)


Version 6.1.0 (October 6th, 2023)
Expand Down
4 changes: 2 additions & 2 deletions bleach/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@


# yyyymmdd
__releasedate__ = "20231006"
__releasedate__ = "20241029"
# x.y.z or x.y.z.dev0 -- semver
__version__ = "6.1.0"
__version__ = "6.2.0"


__all__ = ["clean", "linkify"]
Expand Down

0 comments on commit 9b4c26e

Please sign in to comment.