Skip to content

Commit

Permalink
Prepare release of 4.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Nov 26, 2020
1 parent a105ab8 commit c30106f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions doc/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.1`_, released 2020-10-18
(`changes for 4.6.1`_). `Older versions <#old-versions>`_
The latest version is `lxml 4.6.2`_, released 2020-11-26
(`changes for 4.6.2`_). `Older versions <#old-versions>`_
are listed below.

Please take a look at the
Expand Down Expand Up @@ -256,7 +256,9 @@ See the websites of lxml
..
and the `latest in-development version <http://lxml.de/dev/>`_.

.. _`PDF documentation`: lxmldoc-4.6.1.pdf
.. _`PDF documentation`: lxmldoc-4.6.2.pdf

* `lxml 4.6.2`_, released 2020-11-26 (`changes for 4.6.2`_)

* `lxml 4.6.1`_, released 2020-10-18 (`changes for 4.6.1`_)

Expand All @@ -278,6 +280,7 @@ See the websites of lxml

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

.. _`lxml 4.6.2`: /files/lxml-4.6.2.tgz
.. _`lxml 4.6.1`: /files/lxml-4.6.1.tgz
.. _`lxml 4.6.0`: /files/lxml-4.6.0.tgz
.. _`lxml 4.5.2`: /files/lxml-4.5.2.tgz
Expand All @@ -288,7 +291,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.1`: /changes-4.6.1.html
.. _`changes for 4.6.2`: /changes-4.6.2.html
.. _`changes for 4.6.0`: /changes-4.6.0.html
.. _`changes for 4.5.2`: /changes-4.5.2.html
.. _`changes for 4.5.1`: /changes-4.5.1.html
Expand Down
2 changes: 1 addition & 1 deletion src/lxml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# this is a package

__version__ = "4.6.1"
__version__ = "4.6.2"


def get_include():
Expand Down

0 comments on commit c30106f

Please sign in to comment.