Skip to content

Commit

Permalink
Prepare for release 5.69.
Browse files Browse the repository at this point in the history
  • Loading branch information
doerwalter committed Nov 17, 2021
1 parent 553d56e commit 4bfd866
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/DOWNLOAD.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ You can download XIST from the Cheeseshop_, go directly to the
.. autogenerate start
5.69 (released 11/17/2021)
--------------------------

(no files for this version)


5.68.1 (released 09/23/2021)
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ of XIST. For a description of how to update your code to each versions of XIST
see :ref:`MIGRATION`.


Changes in HEAD (released 11/??/2021)
Changes in 5.69 (released 11/17/2021)
-------------------------------------

* The UL4 function ``urlquote()`` now uses :func:`urllib.parse.quote` instead
Expand Down
1 change: 1 addition & 0 deletions docs/makedownloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def output(self, out):

with url.Context():
versions = [
Version("5.69", "11/17/2021"),
Version("5.68.1", "09/23/2021"),
Version("5.68", "08/04/2021"),
Version("5.67.2", "06/30/2021"),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@

args = dict(
name="ll-xist",
version="5.68.1",
version="5.69",
description="Extensible HTML/XML generator, cross-platform templating language, Oracle utilities and various other tools",
long_description=description,
author="Walter Doerwald",
Expand Down

0 comments on commit 4bfd866

Please sign in to comment.