Skip to content

Commit d14da04

Browse files
authored
Bump version from 2.0.0 to 2.1.0 (#417)
Signed-off-by: tempate <[email protected]>
1 parent ffdcba2 commit d14da04

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VERSION_MAJOR 2
2-
VERSION_MINOR 0
2+
VERSION_MINOR 1
33
VERSION_PATCH 0

ddsrouter_core/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsrouter_core</name>
5-
<version>2.0.0</version>
5+
<version>2.1.0</version>
66
<description>
77
*eprosima DDS Router* C++ library to communicate isolated DDS networks between each other. Use in isolated machines an WAN scenarios.
88
</description>

ddsrouter_test/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsrouter_test</name>
5-
<version>2.0.0</version>
5+
<version>2.1.0</version>
66
<description>
77
*eprosima DDS Router* tests.
88
</description>

ddsrouter_yaml/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsrouter_yaml</name>
5-
<version>2.0.0</version>
5+
<version>2.1.0</version>
66
<description>
77
*eprosima DDS Router* C++ library to communicate isolated DDS networks between each other. Use in isolated machines an WAN scenarios.
88
</description>

docs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsrouter_docs</name>
5-
<version>2.0.0</version>
5+
<version>2.1.0</version>
66
<description>
77
*eprosima DDS Router* Documentation built with sphinx and deployed in ReadTheDocs.
88
</description>

docs/rst/user_manual/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This value allows users to keep using the same YAML file with an old configurati
3131

3232
* - version 4.0
3333
- ``v4.0``
34-
- *v2.0.0*
34+
- *v2.1.0*
3535

3636

3737
**The current configuration version is v4.0**.

tools/ddsrouter_tool/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsrouter_tool</name>
5-
<version>2.0.0</version>
5+
<version>2.1.0</version>
66
<description>
77
*eprosima DDS Router* Application to execute a DDS Router from a YAML configuration file.
88
</description>

tools/ddsrouter_yaml_validator/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsrouter_yaml_validator</name>
5-
<version>2.0.0</version>
5+
<version>2.1.0</version>
66
<description>Tool used for validating DDS-Router configuration files</description>
77
<maintainer email="[email protected]">Raúl Sánchez-Mateos</maintainer>
88
<maintainer email="[email protected]">Javier París</maintainer>

tools/ddsrouter_yaml_validator/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name=package_name,
9-
version='2.0.0',
9+
version='2.1.0',
1010
packages=[package_name],
1111
data_files=[
1212
('share/ament_index/resource_index/packages',

0 commit comments

Comments
 (0)