Skip to content

Commit 61432a8

Browse files
committed
Prepare release of lxml 4.6.1.
1 parent 89e7aad commit 61432a8

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGES.txt

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
lxml changelog
33
==============
44

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+
515
4.6.0 (2020-10-17)
616
==================
717

doc/main.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,9 @@ See the websites of lxml
256256
..
257257
and the `latest in-development version <http://lxml.de/dev/>`_.
258258

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`_)
260262

261263
* `lxml 4.6.0`_, released 2020-10-17 (`changes for 4.6.0`_)
262264

@@ -276,6 +278,7 @@ See the websites of lxml
276278

277279
* `older releases <http://lxml.de/4.3/#old-versions>`_
278280

281+
.. _`lxml 4.6.1`: /files/lxml-4.6.1.tgz
279282
.. _`lxml 4.6.0`: /files/lxml-4.6.0.tgz
280283
.. _`lxml 4.5.2`: /files/lxml-4.5.2.tgz
281284
.. _`lxml 4.5.1`: /files/lxml-4.5.1.tgz
@@ -285,6 +288,7 @@ See the websites of lxml
285288
.. _`lxml 4.4.1`: /files/lxml-4.4.1.tgz
286289
.. _`lxml 4.4.0`: /files/lxml-4.4.0.tgz
287290

291+
.. _`changes for 4.6.1`: /changes-4.6.1.html
288292
.. _`changes for 4.6.0`: /changes-4.6.0.html
289293
.. _`changes for 4.5.2`: /changes-4.5.2.html
290294
.. _`changes for 4.5.1`: /changes-4.5.1.html

src/lxml/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# this is a package
22

3-
__version__ = "4.6.0"
3+
__version__ = "4.6.1"
44

55

66
def get_include():

0 commit comments

Comments
 (0)