Skip to content

Commit e4b1c50

Browse files
Greg Gutheg-k
Greg Guthe
authored andcommitted
Update for v3.1.3 release
1 parent 59cc502 commit e4b1c50

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

Diff for: CHANGES

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

4+
Version 3.1.3 (March 17th, 2020)
5+
--------------------------------
6+
7+
**Security fixes**
8+
9+
None
10+
11+
**Backwards incompatible changes**
12+
13+
None
14+
15+
**Features**
16+
17+
* Add relative link to code of conduct. (#442)
18+
19+
* Drop deprecated 'setup.py test' support. (#507)
20+
21+
* Fix typo: curren -> current in tests/test_clean.py (#504)
22+
23+
* Test on PyPy 7
24+
25+
* Drop test support for end of life Python 3.4
26+
27+
**Bug fixes**
28+
29+
None
30+
431
Version 3.1.2 (March 11th, 2020)
532
--------------------------------
633

Diff for: CONTRIBUTORS

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Bleach was originally written and maintained by James Socol and various
22
contributors within and without the Mozilla Corporation and Foundation.
33

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

66
Maintainers:
77

88
- Will Kahn-Greene <[email protected]>
99
- Greg Guthe <[email protected]>
10+
- Jon Dufresne <[email protected]>
1011

1112
Maintainer emeritus:
1213

@@ -32,6 +33,7 @@ Contributors:
3233
- Chris Beaven
3334
- Dan Gayle
3435
- dave-shawley
36+
- dbxnr
3537
- Erik Rose
3638
- Gaurav Dadhania
3739
- Geoffrey Sneddon
@@ -44,6 +46,7 @@ Contributors:
4446
- Janusz Kamieński
4547
- Jeff Balogh
4648
- Jonathan Vanasco
49+
- Jon Dufresne
4750
- Lee, Cheon-il
4851
- Les Orchard
4952
- Lorenz Schori
@@ -65,6 +68,7 @@ Contributors:
6568
- Stu Cox
6669
- Tim Dumol
6770
- Timothy Fitz
71+
- Tim Gates
6872
- Vadim Kotov
6973
- Vitaly Volkov
7074
- Will Kahn-Greene

Diff for: bleach/__init__.py

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

1919

2020
# yyyymmdd
21-
__releasedate__ = '20200311'
21+
__releasedate__ = '20200317'
2222
# x.y.z or x.y.z.dev0 -- semver
23-
__version__ = '3.1.2'
23+
__version__ = '3.1.3'
2424
VERSION = parse_version(__version__)
2525

2626

0 commit comments

Comments
 (0)