diff --git a/CHANGES.rst b/CHANGES.rst index 581e950268..ee72c69aff 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Changelog ========= +2.4.8 +----- +- Support new Oereblex API version (via geolink-formatter 2.0.5) +- Enhance test coverage (#1904) +- Library upgrades (SQLAlchemy, lxml, jsonschema, c2cwsgiutils, pillow, pytest) +- Fix database setup scripts (#1913, #1914) +- Fix deprecation (#1915) + 2.4.7 ----- - Add extract_index to disclaimer and general infomation (#1753) diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 575acd9db4..9f3b3edf73 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -6,6 +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.4.8 +------------- +Maintenance release: + +* Support new Oereblex API version (via geolink-formatter 2.0.5) +* Enhance test coverage (#1904) +* Library upgrades (SQLAlchemy, lxml, jsonschema, c2cwsgiutils, pillow, pytest) +* Fix database setup scripts (#1913, #1914) +* Fix deprecation (#1915) + Version 2.4.7 ------------- Bug-fix and maintenance release: diff --git a/setup.py b/setup.py index 2951a14105..4b6ba3143a 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name='pyramid_oereb', - version='2.4.7', + version='2.4.8', description='pyramid_oereb, extension for pyramid web frame work to provide ' 'a basic server part for the oereb project', long_description='{readme}\n\n{changes}'.format(readme=README, changes=CHANGES), diff --git a/tests-requirements.txt b/tests-requirements.txt index 6a7ce03a0b..1b22d80d3c 100644 --- a/tests-requirements.txt +++ b/tests-requirements.txt @@ -1,4 +1,4 @@ -jsonschema==4.21.0 +jsonschema==4.21.1 lxml==5.1.0 pytest==7.4.4 pytest-cov==4.1.0