Skip to content

Commit

Permalink
Bump version to v2.13.5 (#119)
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso authored Jun 6, 2024
1 parent 6d400cc commit ca616e5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ def select_css(html_css_dir):
# built documents.
#
# The short X.Y version.
version = u'2.13.4'
version = u'2.13.5'
# The full version, including alpha/beta/rc tags.
release = u'2.13.4'
release = u'2.13.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
10 changes: 3 additions & 7 deletions docs/notes/notes.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
Version 2.13.4
Version 2.13.5
==============

This patch release includes the following **improvements**:

1. Support for Fast DDS v2.13.4

This release includes the following **fixes**:

1. Remove Data-Sharing option
2. Fix ROS 2 line separator
1. Support for Fast DDS v2.13.5

Previous versions
=================

.. include:: previous_versions/v2.13.4.rst
.. include:: previous_versions/v2.13.3.rst
.. include:: previous_versions/v2.13.2.rst
.. include:: previous_versions/v2.13.1.rst
Expand Down
11 changes: 11 additions & 0 deletions docs/notes/previous_versions/v2.13.4.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Version 2.13.4
^^^^^^^^^^^^^^

This patch release includes the following **improvements**:

1. Support for Fast DDS v2.13.4

This release includes the following **fixes**:

1. Remove Data-Sharing option
2. Fix ROS 2 line separator

0 comments on commit ca616e5

Please sign in to comment.