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.