Skip to content

Commit 2f210e0

Browse files
authored
Merge pull request #435 from willkg/3_1_0_release
Update for 3.1.0 release
2 parents 948b745 + ad910ce commit 2f210e0

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

CHANGES

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Bleach changes
22
==============
33

4-
Version 3.1.0 (In development)
5-
------------------------------
4+
Version 3.1.0 (January 9th, 2019)
5+
---------------------------------
66

77
**Security fixes**
88

@@ -31,6 +31,8 @@ None
3131
* Fix ``InputStreamWithMemory`` when the ``BleachHTMLParser`` is
3232
parsing ``meta`` tags. (#431)
3333

34+
* Fix doctests. (#357)
35+
3436

3537
Version 3.0.2 (October 11th, 2018)
3638
----------------------------------

CONTRIBUTORS

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,25 @@ Contributors:
1818
- Adam Lofts
1919
- Adrian "ThiefMaster"
2020
- Alek
21-
- Alexandre Macabies
22-
- Alexandr N. Zamaraev
2321
- Alex Defsen
2422
- Alex Ehlke
23+
- Alexandre Macabies
24+
- Alexandr N. Zamaraev
2525
- Alireza Savand
2626
- Andreas Malecki
2727
- Andy Freeland
2828
- Antoine Leclair
29+
- Anton Backer
2930
- Anton Kovalyov
31+
- Chad Birch
3032
- Chris Beaven
3133
- Dan Gayle
34+
- dave-shawley
3235
- Erik Rose
3336
- Gaurav Dadhania
3437
- Geoffrey Sneddon
3538
- Greg Guthe
39+
- hugovk
3640
- Istvan Albert
3741
- Jaime Irurzun
3842
- James Socol
@@ -49,15 +53,19 @@ Contributors:
4953
- Mark Lee
5054
- Mark Paschal
5155
- mdxs
56+
- Nikita Sobolev
5257
- nikolas
5358
- Oh Jinkyun
5459
- Paul Craciunoiu
5560
- Ricky Rosario
5661
- Ryan Niemeyer
5762
- Sébastien Fievet
5863
- sedrubal
64+
- Stephane Blondon
65+
- Stu Cox
5966
- Tim Dumol
6067
- Timothy Fitz
68+
- Vadim Kotov
6169
- Vitaly Volkov
6270
- Will Kahn-Greene
6371
- Zoltán

bleach/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818

1919

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

2626

0 commit comments

Comments
 (0)