Skip to content

Commit ec86cb5

Browse files
committed
New release
1 parent a45c25b commit ec86cb5

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Notes:
55
------
66
- 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.
77

8+
2.5.3
9+
-----
10+
- Provide a general WMS verify certificate option
11+
- Library upgrade (shapely)
12+
813
2.5.2
914
-----
1015
- Add configuration Option to check certificate for external WMS. Default setting: True

doc/source/changes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Changes/Hints for migration
66
This chapter will give you hints on how to handle version migration, in particular regarding what you may need
77
to adapt in your project configuration, database etc. when upgrading to a new version.
88

9+
Version 2.5.3
10+
-------------
11+
Feature and maintenance release:
12+
13+
* Provide a general WMS verify certificate option
14+
* Library upgrade (shapely)
15+
916
Version 2.5.2
1017
-------------
1118
Feature and maintenance release:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "pyramid_oereb"
10-
version = "2.5.2"
10+
version = "2.5.3"
1111
description = "pyramid_oereb, extension for pyramid web frame work to provide a basic server part for the oereb project"
1212

1313
classifiers=[

0 commit comments

Comments
 (0)