Skip to content

Commit

Permalink
Update for v3.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Guthe authored and g-k committed Mar 17, 2020
1 parent 59cc502 commit e4b1c50
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
Bleach changes
==============

Version 3.1.3 (March 17th, 2020)
--------------------------------

**Security fixes**

None

**Backwards incompatible changes**

None

**Features**

* Add relative link to code of conduct. (#442)

* Drop deprecated 'setup.py test' support. (#507)

* Fix typo: curren -> current in tests/test_clean.py (#504)

* Test on PyPy 7

* Drop test support for end of life Python 3.4

**Bug fixes**

None

Version 3.1.2 (March 11th, 2020)
--------------------------------

Expand Down
6 changes: 5 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Bleach was originally written and maintained by James Socol and various
contributors within and without the Mozilla Corporation and Foundation.

It is currently maintained by Will Kahn-Greene an Greg Guthe.
It is currently maintained by Will Kahn-Greene, Greg Guthe, and Jon Dufresne.

Maintainers:

- Will Kahn-Greene <willkg@mozilla.com>
- Greg Guthe <gguthe@mozilla.com>
- Jon Dufresne <jon.dufresne@gmail.com>

Maintainer emeritus:

Expand All @@ -32,6 +33,7 @@ Contributors:
- Chris Beaven
- Dan Gayle
- dave-shawley
- dbxnr
- Erik Rose
- Gaurav Dadhania
- Geoffrey Sneddon
Expand All @@ -44,6 +46,7 @@ Contributors:
- Janusz Kamieński
- Jeff Balogh
- Jonathan Vanasco
- Jon Dufresne
- Lee, Cheon-il
- Les Orchard
- Lorenz Schori
Expand All @@ -65,6 +68,7 @@ Contributors:
- Stu Cox
- Tim Dumol
- Timothy Fitz
- Tim Gates
- Vadim Kotov
- Vitaly Volkov
- Will Kahn-Greene
Expand Down
4 changes: 2 additions & 2 deletions bleach/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@


# yyyymmdd
__releasedate__ = '20200311'
__releasedate__ = '20200317'
# x.y.z or x.y.z.dev0 -- semver
__version__ = '3.1.2'
__version__ = '3.1.3'
VERSION = parse_version(__version__)


Expand Down

0 comments on commit e4b1c50

Please sign in to comment.