From f35b647ad0d9e86bf7c45097861f9096bb2e6490 Mon Sep 17 00:00:00 2001 From: Davide Brunato Date: Sun, 27 Oct 2024 22:22:47 +0100 Subject: [PATCH] Update release info --- CHANGELOG.rst | 4 +++- publiccode.yml | 2 +- setup.py | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a22b8b00..75308308 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,10 +2,12 @@ CHANGELOG ********* -`v4.6.0`_ (2024-10-12) +`v4.6.0`_ (2024-10-27) ====================== * Fix XsdAttributeGroupProtocol * Improve Unicode support with installable UnicodeData.txt versions +* Extend names disambiguation with a fix for issue #78 +* Refactor tree builders to fix document position of tails (issue #79) `v4.5.0`_ (2024-09-09) ====================== diff --git a/publiccode.yml b/publiccode.yml index f7aa1151..f8070b91 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -6,7 +6,7 @@ publiccodeYmlVersion: '0.2' name: elementpath url: 'https://github.com/sissaschool/elementpath' landingURL: 'https://github.com/sissaschool/elementpath' -releaseDate: '2024-10-12' +releaseDate: '2024-10-27' softwareVersion: v4.6.0 developmentStatus: stable platforms: diff --git a/setup.py b/setup.py index 032bebf6..2938a179 100644 --- a/setup.py +++ b/setup.py @@ -50,6 +50,7 @@ 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13', + 'Programming Language :: Python :: 3.14', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development :: Libraries',