Skip to content

Commit

Permalink
Prepare for release 5.74.
Browse files Browse the repository at this point in the history
  • Loading branch information
doerwalter committed Mar 1, 2023
1 parent 3b3884b commit 142a2e1
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.74 (released 03/01/2023)
--------------------------

(no files for this version)


5.73.2 (released 08/16/2022)
----------------------------

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 2023-01-??)
Changes in 5.74 (released 2023-03-01)
-------------------------------------

* Fixed handling of the ``cond`` attribute in the PySQL command ``commit``
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.74", "2023-03-01"),
Version("5.73.2", "2022-08-16"),
Version("5.73.1", "2022-08-10"),
Version("5.73", "2022-08-10"),
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.73.2",
version="5.74",
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 142a2e1

Please sign in to comment.