Skip to content

Commit 9b4c26e

Browse files
committed
Prep for a 6.2.0 release
1 parent 156c589 commit 9b4c26e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGES

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Bleach changes
22
==============
33

4-
Version 6.2.0 (in development)
5-
------------------------------
4+
Version 6.2.0 (October 29th, 2024)
5+
----------------------------------
66
**Backwards incompatible changes**
77

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

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

1821

1922
Version 6.1.0 (October 6th, 2023)

bleach/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212

1313
# yyyymmdd
14-
__releasedate__ = "20231006"
14+
__releasedate__ = "20241029"
1515
# x.y.z or x.y.z.dev0 -- semver
16-
__version__ = "6.1.0"
16+
__version__ = "6.2.0"
1717

1818

1919
__all__ = ["clean", "linkify"]

0 commit comments

Comments
 (0)