File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11Bleach 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)
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
1922Version 6.1.0 (October 6th, 2023)
Original file line number Diff line number Diff line change 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" ]
You can’t perform that action at this time.
0 commit comments