Commit 73871d7 1 parent 156c589 commit 73871d7 Copy full SHA for 73871d7
File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
Bleach changes
2
2
==============
3
3
4
- Version 6.2.0 (in development )
5
- ------------------------------
4
+ Version 6.2.0 (October 29th, 2024 )
5
+ ----------------------------------
6
6
**Backwards incompatible changes**
7
7
8
8
* Dropped support for Python 3.8. (#737)
14
14
**Bug fixes**
15
15
16
16
* 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)
17
20
18
21
19
22
Version 6.1.0 (October 6th, 2023)
Original file line number Diff line number Diff line change 11
11
12
12
13
13
# yyyymmdd
14
- __releasedate__ = "20231006 "
14
+ __releasedate__ = "20241029 "
15
15
# x.y.z or x.y.z.dev0 -- semver
16
- __version__ = "6.1 .0"
16
+ __version__ = "6.2 .0"
17
17
18
18
19
19
__all__ = ["clean" , "linkify" ]
You can’t perform that action at this time.
0 commit comments