summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-10-15 11:02:48 +0200
committerStefan Behnel <stefan_ml@behnel.de>2021-10-15 11:02:48 +0200
commit5e268f937ac8e6c96c9b60f95e2c9d0c09c0e836 (patch)
tree674486078b8fe1c1d5580174fe319cbc68ec297b
parent38d3477e8c270f56f5f37a7b4f46ac928a93e330 (diff)
downloadpython-lxml-5e268f937ac8e6c96c9b60f95e2c9d0c09c0e836.tar.gz
Prepare release of 4.6.4.
-rw-r--r--CHANGES.txt13
-rw-r--r--doc/main.txt10
-rw-r--r--src/lxml/__init__.py2
3 files changed, 21 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 22f4d450..18bab67e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,19 @@
lxml changelog
==============
+4.6.4 (2021-10-15)
+==================
+
+Features added
+--------------
+
+* GH#317: A new property ``system_url`` was added to DTD entities.
+ Patch by Thirdegree.
+
+* GH#314: The ``STATIC_*`` variables in ``setup.py`` can now be passed via env vars.
+ Patch by Isaac Jurado.
+
+
4.6.3 (2021-03-21)
==================
diff --git a/doc/main.txt b/doc/main.txt
index ead457d6..f6cab3b2 100644
--- a/doc/main.txt
+++ b/doc/main.txt
@@ -159,8 +159,8 @@ Index <http://pypi.python.org/pypi/lxml/>`_ (PyPI). It has the source
that compiles on various platforms. The source distribution is signed
with `this key <pubkey.asc>`_.
-The latest version is `lxml 4.6.3`_, released 2021-03-21
-(`changes for 4.6.3`_). `Older versions <#old-versions>`_
+The latest version is `lxml 4.6.4`_, released 2021-10-15
+(`changes for 4.6.4`_). `Older versions <#old-versions>`_
are listed below.
Please take a look at the
@@ -256,7 +256,9 @@ See the websites of lxml
..
and the `latest in-development version <http://lxml.de/dev/>`_.
-.. _`PDF documentation`: lxmldoc-4.6.3.pdf
+.. _`PDF documentation`: lxmldoc-4.6.4.pdf
+
+* `lxml 4.6.4`_, released 2021-10-15 (`changes for 4.6.4`_)
* `lxml 4.6.3`_, released 2021-03-21 (`changes for 4.6.3`_)
@@ -282,6 +284,7 @@ See the websites of lxml
* `older releases <http://lxml.de/4.3/#old-versions>`_
+.. _`lxml 4.6.4`: /files/lxml-4.6.4.tgz
.. _`lxml 4.6.3`: /files/lxml-4.6.3.tgz
.. _`lxml 4.6.2`: /files/lxml-4.6.2.tgz
.. _`lxml 4.6.1`: /files/lxml-4.6.1.tgz
@@ -294,6 +297,7 @@ See the websites of lxml
.. _`lxml 4.4.1`: /files/lxml-4.4.1.tgz
.. _`lxml 4.4.0`: /files/lxml-4.4.0.tgz
+.. _`changes for 4.6.4`: /changes-4.6.4.html
.. _`changes for 4.6.3`: /changes-4.6.3.html
.. _`changes for 4.6.2`: /changes-4.6.2.html
.. _`changes for 4.6.1`: /changes-4.6.1.html
diff --git a/src/lxml/__init__.py b/src/lxml/__init__.py
index c569544b..6670d16b 100644
--- a/src/lxml/__init__.py
+++ b/src/lxml/__init__.py
@@ -1,6 +1,6 @@
# this is a package
-__version__ = "4.6.3"
+__version__ = "4.6.4"
def get_include():