Skip to content

Commit

Permalink
Update for v3.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Guthe authored and g-k committed Jan 20, 2021
1 parent c66edfd commit 90cb80b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGES
@@ -1,6 +1,21 @@
Bleach changes
==============

Version 3.2.2 (January 20th, 2021)
------------------------------------

**Security fixes**

None

**Features**

* Migrate CI to Github Actions. Thank you @hugovk.

**Bug fixes**

* fix linkify raising an IndexError on certain inputs. Thank you @Google-Autofuzz.

Version 3.2.1 (September 18th, 2020)
------------------------------------

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Expand Up @@ -38,6 +38,7 @@ Contributors:
- Erik Rose
- Gaurav Dadhania
- Geoffrey Sneddon
- Google Autofuzz Team
- Greg Guthe
- hugovk
- Istvan Albert
Expand Down
4 changes: 2 additions & 2 deletions bleach/__init__.py
Expand Up @@ -18,9 +18,9 @@


# yyyymmdd
__releasedate__ = "20200918"
__releasedate__ = "20210120"
# x.y.z or x.y.z.dev0 -- semver
__version__ = "3.2.1"
__version__ = "3.2.2"
VERSION = packaging.version.Version(__version__)


Expand Down
4 changes: 2 additions & 2 deletions tests_website/index.html
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>Python Bleach 3.2.1</title>
<title>Python Bleach 3.2.2</title>
<style>
textarea, iframe {
width: 95%;
Expand All @@ -20,7 +20,7 @@
</style>
</head>
<body>
<h2>Python Bleach 3.2.1</h2>
<h2>Python Bleach 3.2.2</h2>
<p>
<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>
<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>
Expand Down

0 comments on commit 90cb80b

Please sign in to comment.