From 3dc4df3e2d7b5cdeca406935e728feb8c9fbb793 Mon Sep 17 00:00:00 2001 From: Wolfgang Kaltz Date: Mon, 23 Oct 2023 07:49:44 +0200 Subject: [PATCH] New release --- CHANGES.rst | 6 ++++++ doc/source/changes.rst | 8 ++++++++ setup.py | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index bdd3594dac..bcbb38b30b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changelog ========= +2.4.6 +----- +- Fix error with large of contents and new pdf library (#1813) +- Fix timestamp for archived PDF (#1815) +- Library upgrades (SQLAlchemy, geoalchemy2, shapely, psycopg2, pyreproj, pyramid, responses, urllib, pillow, pypdf, jsonschema) + 2.4.5 ----- - Fix base layer usage in grouped PLRs (#1302) diff --git a/doc/source/changes.rst b/doc/source/changes.rst index d45fc37a12..a9983d4cff 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -6,6 +6,14 @@ 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.6 +------------- +Bug-fix and maintenance release: + +* Fix error with large of contents and new pdf library (#1813) +* Fix timestamp for archived PDF (#1815) +* Library upgrades (SQLAlchemy, geoalchemy2, shapely, psycopg2, pyreproj, pyramid, responses, urllib, pillow, pypdf, jsonschema) + Version 2.4.5 ------------- Bug-fix and maintenance release: diff --git a/setup.py b/setup.py index faf8945a63..710d74b66f 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name='pyramid_oereb', - version='2.4.5', + version='2.4.6', 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),