diff --git a/CHANGES b/CHANGES index 2204bab9..936ecf8c 100644 --- a/CHANGES +++ b/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) ------------------------------------ diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b114de94..3ce10451 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -38,6 +38,7 @@ Contributors: - Erik Rose - Gaurav Dadhania - Geoffrey Sneddon +- Google Autofuzz Team - Greg Guthe - hugovk - Istvan Albert diff --git a/bleach/__init__.py b/bleach/__init__.py index 90075564..b2f58fd7 100644 --- a/bleach/__init__.py +++ b/bleach/__init__.py @@ -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__) diff --git a/tests_website/index.html b/tests_website/index.html index 31db6860..c017eb88 100644 --- a/tests_website/index.html +++ b/tests_website/index.html @@ -2,7 +2,7 @@ - Python Bleach 3.2.1 + Python Bleach 3.2.2 -

Python Bleach 3.2.1

+

Python Bleach 3.2.2

pypi version Build Status