From e3b64eac765ff1c16a166c9881fba0e91829fc15 Mon Sep 17 00:00:00 2001 From: Lucia Echevarria Date: Mon, 8 Jan 2024 11:55:43 +0100 Subject: [PATCH] Bump version to v0.3.0 Signed-off-by: Lucia Echevarria --- VERSION | 2 +- docs/package.xml | 2 +- fastddsspy_participants/package.xml | 2 +- fastddsspy_tool/package.xml | 2 +- .../test/application/test_cases/one_shot__version.py | 2 +- fastddsspy_yaml/package.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index 365aef18..08e0e498 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ VERSION_MAJOR 0 -VERSION_MINOR 2 +VERSION_MINOR 3 VERSION_PATCH 0 diff --git a/docs/package.xml b/docs/package.xml index 91c70c1d..1a159133 100644 --- a/docs/package.xml +++ b/docs/package.xml @@ -2,7 +2,7 @@ fastddsspy_docs - 0.2.0 + 0.3.0 *eprosima Fast DDS Spy* Documentation built with sphinx and deployed in ReadTheDocs. diff --git a/fastddsspy_participants/package.xml b/fastddsspy_participants/package.xml index 8550af47..74a613bc 100644 --- a/fastddsspy_participants/package.xml +++ b/fastddsspy_participants/package.xml @@ -2,7 +2,7 @@ fastddsspy_participants - 0.2.0 + 0.3.0 *eProsima Fast DDS Spy* core logic. diff --git a/fastddsspy_tool/package.xml b/fastddsspy_tool/package.xml index b45b9a45..1f0e3589 100644 --- a/fastddsspy_tool/package.xml +++ b/fastddsspy_tool/package.xml @@ -2,7 +2,7 @@ fastddsspy_tool - 0.2.0 + 0.3.0 *eProsima Fast DDS Spy* Application to execute a interactive CLI spy application to introspect data in a DDS network. diff --git a/fastddsspy_tool/test/application/test_cases/one_shot__version.py b/fastddsspy_tool/test/application/test_cases/one_shot__version.py index cbea2b97..0744608f 100644 --- a/fastddsspy_tool/test/application/test_cases/one_shot__version.py +++ b/fastddsspy_tool/test/application/test_cases/one_shot__version.py @@ -36,7 +36,7 @@ def __init__(self): arguments_dds=[], arguments_spy=['--version'], commands_spy=[], - output="""Fast DDS Spy v0.2.0\ + output="""Fast DDS Spy v0.3.0\ commit hash: 16ed7e8c93d7481d8b426746af9ec3ffa323f451\n""" ) diff --git a/fastddsspy_yaml/package.xml b/fastddsspy_yaml/package.xml index 30145da2..3a77ebf9 100644 --- a/fastddsspy_yaml/package.xml +++ b/fastddsspy_yaml/package.xml @@ -2,7 +2,7 @@ fastddsspy_yaml - 0.2.0 + 0.3.0 *eprosima Fast DDS Spy* Yaml Module to read and print yaml objects.