Skip to content

Commit 99579a9

Browse files
authored
Merge pull request #602 from mozilla/prepare-3.3.1
Update for v3.3.1 release
2 parents 76021fa + cf313fa commit 99579a9

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGES

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
Bleach changes
22
==============
33

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+
424
Version 3.3.0 (February 1st, 2021)
525
----------------------------------
626

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Contributors:
5959
- Mark Paschal
6060
- mdxs
6161
- mitar
62+
- Nguyễn Gia Phong
6263
- Nikita Sobolev
6364
- nikolas
6465
- Oh Jinkyun

bleach/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818

1919

2020
# yyyymmdd
21-
__releasedate__ = "20210201"
21+
__releasedate__ = "20210714"
2222
# x.y.z or x.y.z.dev0 -- semver
23-
__version__ = "3.3.0"
23+
__version__ = "3.3.1"
2424
VERSION = packaging.version.Version(__version__)
2525

2626

0 commit comments

Comments
 (0)