Skip to content

Commit

Permalink
Update for v3.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Guthe committed Jan 25, 2021
1 parent e0319c0 commit 1f5c84d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
17 changes: 16 additions & 1 deletion CHANGES
@@ -1,8 +1,23 @@
Bleach changes
==============

Version 3.2.3 (January 26th, 2021)
----------------------------------

**Security fixes**

None

**Features**

None

**Bug fixes**

* fix clean and linkify raising ValueErrors for certain inputs. Thank you @Google-Autofuzz.

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

**Security fixes**

Expand Down
4 changes: 2 additions & 2 deletions bleach/__init__.py
Expand Up @@ -18,9 +18,9 @@


# yyyymmdd
__releasedate__ = "20210120"
__releasedate__ = "20210126"
# x.y.z or x.y.z.dev0 -- semver
__version__ = "3.2.2"
__version__ = "3.2.3"
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.2</title>
<title>Python Bleach 3.2.3</title>
<style>
textarea, iframe {
width: 95%;
Expand All @@ -20,7 +20,7 @@
</style>
</head>
<body>
<h2>Python Bleach 3.2.2</h2>
<h2>Python Bleach 3.2.3</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 1f5c84d

Please sign in to comment.