Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkaltz committed Nov 4, 2024
1 parent bdd2e34 commit 3e04f31
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.4
-----
- New parameter default_toc_length to define a default table of content pages number (#2042)
- Add timeout in address source (#2043)
- Library upgrades (waitress, sqlalchemy, psycopg2, urllib3)

2.5.3
-----
- Provide a general WMS verify certificate option
Expand Down
6 changes: 5 additions & 1 deletion doc/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ 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.6.0
Version 2.5.4
-------------
Feature and maintenance release:

* New parameter 'expected_toc_length' allows to define a default table of content pages number avoiding a second
call for the pdf extract in most cases. This value may be be set if most of the PDF extracts have the same number
of TOC pages. It complements the 'compute_toc_pages' parameter. If the latter is set to true 'expected_toc_length'
is ignored.
* Add timeout in address source (#2043)
* Library upgrades (waitress, sqlalchemy, psycopg2, urllib3)

Version 2.5.3
-------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyramid_oereb"
version = "2.5.3"
version = "2.5.4"
description = "pyramid_oereb, extension for pyramid web frame work to provide a basic server part for the oereb project"

classifiers=[
Expand Down

0 comments on commit 3e04f31

Please sign in to comment.