Skip to content

Commit 90cb80b

Browse files
Greg Gutheg-k
Greg Guthe
authored andcommitted
Update for v3.2.2 release
1 parent c66edfd commit 90cb80b

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

CHANGES

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Bleach changes
22
==============
33

4+
Version 3.2.2 (January 20th, 2021)
5+
------------------------------------
6+
7+
**Security fixes**
8+
9+
None
10+
11+
**Features**
12+
13+
* Migrate CI to Github Actions. Thank you @hugovk.
14+
15+
**Bug fixes**
16+
17+
* fix linkify raising an IndexError on certain inputs. Thank you @Google-Autofuzz.
18+
419
Version 3.2.1 (September 18th, 2020)
520
------------------------------------
621

CONTRIBUTORS

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Contributors:
3838
- Erik Rose
3939
- Gaurav Dadhania
4040
- Geoffrey Sneddon
41+
- Google Autofuzz Team
4142
- Greg Guthe
4243
- hugovk
4344
- Istvan Albert

bleach/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818

1919

2020
# yyyymmdd
21-
__releasedate__ = "20200918"
21+
__releasedate__ = "20210120"
2222
# x.y.z or x.y.z.dev0 -- semver
23-
__version__ = "3.2.1"
23+
__version__ = "3.2.2"
2424
VERSION = packaging.version.Version(__version__)
2525

2626

tests_website/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="UTF-8">
5-
<title>Python Bleach 3.2.1</title>
5+
<title>Python Bleach 3.2.2</title>
66
<style>
77
textarea, iframe {
88
width: 95%;
@@ -20,7 +20,7 @@
2020
</style>
2121
</head>
2222
<body>
23-
<h2>Python Bleach 3.2.1</h2>
23+
<h2>Python Bleach 3.2.2</h2>
2424
<p>
2525
<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>
2626
<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>

0 commit comments

Comments
 (0)