From b3abf057f143970cddf8e1cb967d1a0da66cffa0 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Sun, 3 Nov 2024 13:31:16 +0100 Subject: [PATCH] 5.1.10 --- doc/changelog.rst | 9 +++++++++ doc/conf.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index a98c205..6771bf3 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -3,6 +3,15 @@ Changelog ========= +Version 5.1.10 +-------------- + +* 2383e82a0 bug/minor: templates: fix duplicate action missing attributes. fix #5312 +* 90f26ce4b bug/minor: eln: use user defined date during import. fix #5304 +* 4fa676635 bug/minor: pdf: fix missing id in links of links. fix #5311 +* 7b46538bd feat: mass emails: make sure everything gets sent when ungrouped + + Version 5.1.9 ------------- diff --git a/doc/conf.py b/doc/conf.py index 7139ace..b4faaf3 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -62,7 +62,7 @@ # The short X.Y version. version = '5.1' # The full version, including alpha/beta/rc tags. -release = '5.1.9' +release = '5.1.10' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.