From ec86cb5af4671edd850d5a26c37b5c71dc03ad3b Mon Sep 17 00:00:00 2001 From: Wolfgang Kaltz Date: Tue, 27 Aug 2024 17:12:20 +0200 Subject: [PATCH] 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 ffab9bb04b..38f62b2b09 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.3 +----- +- Provide a general WMS verify certificate option +- Library upgrade (shapely) + 2.5.2 ----- - Add configuration Option to check certificate for external WMS. Default setting: True diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 9eb919fbee..40fa311cb0 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.3 +------------- +Feature and maintenance release: + +* Provide a general WMS verify certificate option +* Library upgrade (shapely) + Version 2.5.2 ------------- Feature and maintenance release: diff --git a/pyproject.toml b/pyproject.toml index db124ffb37..dcf901b44b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyramid_oereb" -version = "2.5.2" +version = "2.5.3" description = "pyramid_oereb, extension for pyramid web frame work to provide a basic server part for the oereb project" classifiers=[