File tree 3 files changed +23
-2
lines changed 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
1
Bleach changes
2
2
==============
3
3
4
+ Version 3.3.1 (July 14th, 2021)
5
+ -------------------------------
6
+
7
+ **Security fixes**
8
+
9
+ None
10
+
11
+ **Features**
12
+
13
+ * add more tests for CVE-2021-23980 / GHSA-vv2x-vrpj-qqpq
14
+ * bump python version to 3.8 for tox doc, vendorverify, and lint targets
15
+ * update bug report template tag
16
+ * update vendorverify script to detect and fail when extra files are vendored
17
+ * update release process docs to check vendorverify passes locally
18
+
19
+ **Bug fixes**
20
+
21
+ * remove extra vendored django present in the v3.3.0 whl #595
22
+ * duplicate h1 header doc fix (thanks Nguyễn Gia Phong / @McSinyx!)
23
+
4
24
Version 3.3.0 (February 1st, 2021)
5
25
----------------------------------
6
26
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ Contributors:
59
59
- Mark Paschal
60
60
- mdxs
61
61
- mitar
62
+ - Nguyễn Gia Phong
62
63
- Nikita Sobolev
63
64
- nikolas
64
65
- Oh Jinkyun
Original file line number Diff line number Diff line change 18
18
19
19
20
20
# yyyymmdd
21
- __releasedate__ = "20210201 "
21
+ __releasedate__ = "20210714 "
22
22
# x.y.z or x.y.z.dev0 -- semver
23
- __version__ = "3.3.0 "
23
+ __version__ = "3.3.1 "
24
24
VERSION = packaging .version .Version (__version__ )
25
25
26
26
You can’t perform that action at this time.
0 commit comments