Skip to content

Commit

Permalink
Bump version to v1.3.2 & update .repos (#85)
Browse files Browse the repository at this point in the history
* Refs #20107: Bump version to 1.3.2

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #20107: Update .repos

Signed-off-by: JesusPoderoso <[email protected]>

---------

Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso authored Mar 22, 2024
1 parent f20bf4d commit b9d2ba2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions fastdds_python.repos
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ repositories:
fastcdr:
type: git
url: https://github.com/eProsima/Fast-CDR.git
version: v2.1.0
version: 2.1.x
fastdds:
type: git
url: https://github.com/eProsima/Fast-DDS.git
version: v2.12.1
version: 2.12.x
fastdds_python:
type: git
url: https://github.com/eProsima/Fast-DDS-python.git
version: v1.3.1
version: 1.3.x
fastddsgen:
type: git
url: https://github.com/eProsima/Fast-DDS-Gen.git
version: v3.1.0
version: 3.1.x
fastddsgen/thirdparty/idl-parser:
type: git
url: https://github.com/eProsima/IDL-Parser.git
version: v2.0.0
version: 2.0.x
2 changes: 1 addition & 1 deletion fastdds_python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if(POLICY CMP0086)
cmake_policy(SET CMP0086 NEW)
endif()

project(fastdds_python VERSION 1.3.1)
project(fastdds_python VERSION 1.3.2)

# Set BUILD_TESTING to OFF by default.
if(NOT BUILD_TESTING)
Expand Down

0 comments on commit b9d2ba2

Please sign in to comment.