From 3841ae045fda9ca1ecfb5f5c399f3cf5c6e23fe5 Mon Sep 17 00:00:00 2001 From: Eduardo Ponz Segrelles Date: Fri, 17 Nov 2023 11:38:02 +0100 Subject: [PATCH] Bump version to 2.12.1 (#71) Signed-off-by: EduPonz --- docs/conf.py | 4 ++-- docs/notes/notes.rst | 9 +++++---- docs/notes/previous_versions/v2.12.0.rst | 7 +++++++ 3 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 docs/notes/previous_versions/v2.12.0.rst diff --git a/docs/conf.py b/docs/conf.py index 92fffe9..864b0ed 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.12.0' +version = u'2.12.1' # The full version, including alpha/beta/rc tags. -release = u'2.12.0' +release = u'2.12.1' # 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 aa8bab3..7c5c757 100644 --- a/docs/notes/notes.rst +++ b/docs/notes/notes.rst @@ -1,14 +1,15 @@ -Version 2.12.0 +Version 2.12.1 ============== -This minor release includes the following **improvements**: +This patch release includes the following **improvements**: -* Support for Fast DDS v2.12.0 -* Regenerate TypeSupport with Fast DDS-Gen v3.0.0 +* Support for Fast DDS v2.12.1 +* Regenerate TypeSupport with Fast DDS-Gen v3.1.0 Previous versions ================= +.. include:: previous_versions/v2.12.0.rst .. include:: previous_versions/v2.11.2.rst .. include:: previous_versions/v2.11.1.rst .. include:: previous_versions/v2.11.0.rst diff --git a/docs/notes/previous_versions/v2.12.0.rst b/docs/notes/previous_versions/v2.12.0.rst new file mode 100644 index 0000000..e15bf9e --- /dev/null +++ b/docs/notes/previous_versions/v2.12.0.rst @@ -0,0 +1,7 @@ +Version 2.12.0 +^^^^^^^^^^^^^^ + +This minor release includes the following **improvements**: + +* Support for Fast DDS v2.12.0 +* Regenerate TypeSupport with Fast DDS-Gen v3.0.0