File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 2
2
lxml changelog
3
3
==============
4
4
5
+ 4.6.1 (2020-10-18)
6
+ ==================
7
+
8
+ Bugs fixed
9
+ ----------
10
+
11
+ * A vulnerability was discovered in the HTML Cleaner by Yaniv Nizry, which allowed
12
+ JavaScript to pass through. The cleaner now removes more sneaky "style" content.
13
+
14
+
5
15
4.6.0 (2020-10-17)
6
16
==================
7
17
Original file line number Diff line number Diff line change @@ -256,7 +256,9 @@ See the websites of lxml
256
256
..
257
257
and the `latest in-development version <http://lxml.de/dev/>`_.
258
258
259
- .. _`PDF documentation`: lxmldoc-4.6.0.pdf
259
+ .. _`PDF documentation`: lxmldoc-4.6.1.pdf
260
+
261
+ * `lxml 4.6.1`_, released 2020-10-18 (`changes for 4.6.1`_)
260
262
261
263
* `lxml 4.6.0`_, released 2020-10-17 (`changes for 4.6.0`_)
262
264
@@ -276,6 +278,7 @@ See the websites of lxml
276
278
277
279
* `older releases <http://lxml.de/4.3/#old-versions>`_
278
280
281
+ .. _`lxml 4.6.1`: /files/lxml-4.6.1.tgz
279
282
.. _`lxml 4.6.0`: /files/lxml-4.6.0.tgz
280
283
.. _`lxml 4.5.2`: /files/lxml-4.5.2.tgz
281
284
.. _`lxml 4.5.1`: /files/lxml-4.5.1.tgz
@@ -285,6 +288,7 @@ See the websites of lxml
285
288
.. _`lxml 4.4.1`: /files/lxml-4.4.1.tgz
286
289
.. _`lxml 4.4.0`: /files/lxml-4.4.0.tgz
287
290
291
+ .. _`changes for 4.6.1`: /changes-4.6.1.html
288
292
.. _`changes for 4.6.0`: /changes-4.6.0.html
289
293
.. _`changes for 4.5.2`: /changes-4.5.2.html
290
294
.. _`changes for 4.5.1`: /changes-4.5.1.html
Original file line number Diff line number Diff line change 1
1
# this is a package
2
2
3
- __version__ = "4.6.0 "
3
+ __version__ = "4.6.1 "
4
4
5
5
6
6
def get_include ():
You can’t perform that action at this time.
0 commit comments