From 53208b97b8672f5a09192db6e721524a60a6910f Mon Sep 17 00:00:00 2001 From: Wolfgang Kaltz Date: Fri, 16 Aug 2024 10:57:31 +0200 Subject: [PATCH] Prepare new release --- CHANGES.rst | 5 +++++ doc/source/changes.rst | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 3c6b58a42d..ffab9bb04b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,11 @@ Notes: ------ - 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.2 +----- +- Add configuration Option to check certificate for external WMS. Default setting: True +- Library upgrades (shapely, geoalchemy2, sqlalchemy, lxml) + 2.5.1 ----- - Library upgrades (SQLAlchemy, shapely, geoalchemy2, responses, urllib3, lxml) diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 5a71f1e823..9eb919fbee 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -6,6 +6,13 @@ Changes/Hints for migration This chapter will give you hints on how to handle version migration, in particular regarding what you may need to adapt in your project configuration, database etc. when upgrading to a new version. +Version 2.5.2 +------------- +Feature and maintenance release: + +* Add configuration Option to check certificate for external WMS. Default setting: True +* Library upgrades (shapely, geoalchemy2, sqlalchemy, lxml) + Version 2.5.1 ------------- Maintenance release: diff --git a/pyproject.toml b/pyproject.toml index f8284f3bf3..04dd988bb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyramid_oereb" -version = "2.5.1" +version = "2.5.2" description = "pyramid_oereb, extension for pyramid web frame work to provide a basic server part for the oereb project" classifiers=[