From bcd3250c0887f9def71dac71c1681418418ff68e Mon Sep 17 00:00:00 2001 From: EugenioCollado <121509066+EugenioCollado@users.noreply.github.com> Date: Fri, 29 Nov 2024 08:15:13 +0100 Subject: [PATCH] Bump version to v2.14.4 (#147) Signed-off-by: Eugenio Collado --- docs/conf.py | 4 ++-- docs/notes/notes.rst | 5 +++-- docs/notes/previous_versions/v2.14.3.rst | 6 ++++++ 3 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 docs/notes/previous_versions/v2.14.3.rst diff --git a/docs/conf.py b/docs/conf.py index faa2cc4..5baaef7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -128,9 +128,9 @@ def select_css(html_css_dir): # built documents. # # The short X.Y version. -version = u'2.14.3' +version = u'2.14.4' # The full version, including alpha/beta/rc tags. -release = u'2.14.3' +release = u'2.14.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/notes/notes.rst b/docs/notes/notes.rst index b05a139..f209b18 100644 --- a/docs/notes/notes.rst +++ b/docs/notes/notes.rst @@ -1,13 +1,14 @@ -Version 2.14.3 +Version 2.14.4 ============== This release includes the following **improvements**: -#. Support for Fast DDS v2.14.3 +#. Support for Fast DDS v2.14.4 Previous versions ================= +.. include:: previous_versions/v2.14.3.rst .. include:: previous_versions/v2.14.2.rst .. include:: previous_versions/v2.14.1.rst .. include:: previous_versions/v2.14.0.rst diff --git a/docs/notes/previous_versions/v2.14.3.rst b/docs/notes/previous_versions/v2.14.3.rst new file mode 100644 index 0000000..e879e71 --- /dev/null +++ b/docs/notes/previous_versions/v2.14.3.rst @@ -0,0 +1,6 @@ +Version 2.14.3 +^^^^^^^^^^^^^^ + +This release includes the following **improvements**: + +#. Support for Fast DDS v2.14.3