From 578f84169739b8593f95b9f2493eafc0dc9b8cd0 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Thu, 4 Jul 2024 16:10:00 +0200 Subject: [PATCH 1/2] update change log --- CHANGES.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index f6cd091dac..577e374071 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,10 @@ Changelog ========= +Notes: +------ +- This python package specifies the version numbers only for directly imported python packages. This approach may result in a build failure of the package if there arise incompatibilities between imported packages over time. The build process of the master branch is regularely tested in an automatic process. + 2.5.1 ----- - Library upgrades (SQLAlchemy, shapely, geoalchemy2, responses, urllib3, lxml) @@ -20,7 +24,7 @@ Changelog 2.4.7 ----- -- Add extract_index to disclaimer and general infomation (#1753) +- Add extract_index to disclaimer and general infomation (#1753). Note that this improvement requires an additional attribute "extract_index" in tables "general_information" and "disclaimer" of the main schema. - Interlis bug fix (#1881) - Library upgrades (geoalchemy2, SQLAlchemy, jsonschema, lxml, responses, urllib3, pypdf) - Test coverage improvements From 7210513781ee895871e2866d64fbbeb8226899bd Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Fri, 5 Jul 2024 08:27:52 +0200 Subject: [PATCH 2/2] fix typo / change wording --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 577e374071..3c6b58a42d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Changelog Notes: ------ -- This python package specifies the version numbers only for directly imported python packages. This approach may result in a build failure of the package if there arise incompatibilities between imported packages over time. The build process of the master branch is regularely tested in an automatic process. +- This python package specifies the version numbers only of directly imported python packages. This approach may result in a build failure of older versions of the project if incompatibilities arise between imported packages over time. The build process of the master branch is regularly tested in an automatic process. 2.5.1 -----