Skip to content

Commit 20ed326

Browse files
Bump version to 2.2.1 (#270)
* Refs #23098. Bump version Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com> * Refs #23098. Update RELEASE_SUPPORT.md Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com> * Refs #23098. Piggyback fix fastddsgen version in .repos Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com> --------- Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
1 parent 09a1cfa commit 20ed326

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

RELEASE_SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Please, refer to the [main branch](https://github.com/eProsima/Fast-DDS-Python/b
99

1010
|Fast DDS Version|Fast DDS Python Version|Fast DDS Python Version branch|Fast DDS Python Latest Release|
1111
|----------------|-----------------------|------------------------------|------------------------------|
12-
|3.2|2.2|[2.2.x](https://github.com/eProsima/Fast-DDS-Python/tree/2.2.x)|[v2.2.0](https://github.com/eProsima/Fast-DDS-Python/releases/tag/v2.2.0)|
12+
|3.2|2.2|[2.2.x](https://github.com/eProsima/Fast-DDS-Python/tree/2.2.x)|[v2.2.1](https://github.com/eProsima/Fast-DDS-Python/releases/tag/v2.2.1)|
1313
|2.14|1.4|[1.4.x](https://github.com/eProsima/Fast-DDS-Python/tree/1.4.x)|[v1.4.2](https://github.com/eProsima/Fast-DDS-Python/releases/tag/v1.4.2)|
1414
|2.6|1.0|[1.0.x](https://github.com/eProsima/Fast-DDS-Python/tree/1.0.x)|[v1.0.2](https://github.com/eProsima/Fast-DDS-Python/releases/tag/v1.0.2)|
1515

fastdds_python.repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ repositories:
1818
fastddsgen:
1919
type: git
2020
url: https://github.com/eProsima/Fast-DDS-Gen.git
21-
version: 4.1.x
21+
version: 4.0.x

fastdds_python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if(POLICY CMP0086)
2424
cmake_policy(SET CMP0086 NEW)
2525
endif()
2626

27-
project(fastdds_python VERSION 2.2.0)
27+
project(fastdds_python VERSION 2.2.1)
2828

2929
if(NOT WIN32)
3030
# Default values for shared library suffix in MacOS

0 commit comments

Comments
 (0)