File tree 3 files changed +20
-5
lines changed
3 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 1
1
Bleach changes
2
2
==============
3
3
4
+ Version 3.2.3 (January 26th, 2021)
5
+ ----------------------------------
6
+
7
+ **Security fixes**
8
+
9
+ None
10
+
11
+ **Features**
12
+
13
+ None
14
+
15
+ **Bug fixes**
16
+
17
+ * fix clean and linkify raising ValueErrors for certain inputs. Thank you @Google-Autofuzz.
18
+
4
19
Version 3.2.2 (January 20th, 2021)
5
- ------------------------------------
20
+ ----------------------------------
6
21
7
22
**Security fixes**
8
23
Original file line number Diff line number Diff line change 18
18
19
19
20
20
# yyyymmdd
21
- __releasedate__ = "20210120 "
21
+ __releasedate__ = "20210126 "
22
22
# x.y.z or x.y.z.dev0 -- semver
23
- __version__ = "3.2.2 "
23
+ __version__ = "3.2.3 "
24
24
VERSION = packaging .version .Version (__version__ )
25
25
26
26
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
- < title > Python Bleach 3.2.2 </ title >
5
+ < title > Python Bleach 3.2.3 </ title >
6
6
< style >
7
7
textarea , iframe {
8
8
width : 95% ;
20
20
</ style >
21
21
</ head >
22
22
< body >
23
- < h2 > Python Bleach 3.2.2 </ h2 >
23
+ < h2 > Python Bleach 3.2.3 </ h2 >
24
24
< p >
25
25
< a href ="http://badge.fury.io/py/bleach "> < img style ="max-width:100%; " alt ="pypi version " src ="https://badge.fury.io/py/bleach.svg "> </ a >
26
26
< a href ="https://github.com/mozilla/bleach/actions?query=workflow%3ATest "> < img style ="max-width:100%; " alt ="Build Status " src ="https://github.com/mozilla/bleach/workflows/Test/badge.svg "> </ a >
You can’t perform that action at this time.
0 commit comments