File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 1
1
Bleach changes
2
2
==============
3
3
4
- Version 3.1.0 (In development )
5
- ------------------------------
4
+ Version 3.1.0 (January 9th, 2019 )
5
+ ---------------------------------
6
6
7
7
**Security fixes**
8
8
31
31
* Fix ``InputStreamWithMemory`` when the ``BleachHTMLParser`` is
32
32
parsing ``meta`` tags. (#431)
33
33
34
+ * Fix doctests. (#357)
35
+
34
36
35
37
Version 3.0.2 (October 11th, 2018)
36
38
----------------------------------
Original file line number Diff line number Diff line change @@ -18,21 +18,25 @@ Contributors:
18
18
- Adam Lofts
19
19
- Adrian "ThiefMaster"
20
20
- Alek
21
- - Alexandre Macabies
22
- - Alexandr N. Zamaraev
23
21
- Alex Defsen
24
22
- Alex Ehlke
23
+ - Alexandre Macabies
24
+ - Alexandr N. Zamaraev
25
25
- Alireza Savand
26
26
- Andreas Malecki
27
27
- Andy Freeland
28
28
- Antoine Leclair
29
+ - Anton Backer
29
30
- Anton Kovalyov
31
+ - Chad Birch
30
32
- Chris Beaven
31
33
- Dan Gayle
34
+ - dave-shawley
32
35
- Erik Rose
33
36
- Gaurav Dadhania
34
37
- Geoffrey Sneddon
35
38
- Greg Guthe
39
+ - hugovk
36
40
- Istvan Albert
37
41
- Jaime Irurzun
38
42
- James Socol
@@ -49,15 +53,19 @@ Contributors:
49
53
- Mark Lee
50
54
- Mark Paschal
51
55
- mdxs
56
+ - Nikita Sobolev
52
57
- nikolas
53
58
- Oh Jinkyun
54
59
- Paul Craciunoiu
55
60
- Ricky Rosario
56
61
- Ryan Niemeyer
57
62
- Sébastien Fievet
58
63
- sedrubal
64
+ - Stephane Blondon
65
+ - Stu Cox
59
66
- Tim Dumol
60
67
- Timothy Fitz
68
+ - Vadim Kotov
61
69
- Vitaly Volkov
62
70
- Will Kahn-Greene
63
71
- Zoltán
Original file line number Diff line number Diff line change 18
18
19
19
20
20
# yyyymmdd
21
- __releasedate__ = ''
21
+ __releasedate__ = '20190109 '
22
22
# x.y.z or x.y.z.dev0 -- semver
23
- __version__ = '3.1.0.dev0 '
23
+ __version__ = '3.1.0'
24
24
VERSION = parse_version (__version__ )
25
25
26
26
You can’t perform that action at this time.
0 commit comments