Skip to content

Commit

Permalink
Bump version to v1.1.1 (#83)
Browse files Browse the repository at this point in the history
* Refs #20107: Bump version to 1.1.1

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>

* Refs #20107: Update .repos

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>

* Refs #20107: Set proper branches in .repos

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>

---------

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso authored Jan 17, 2024
1 parent 90ce38d commit 20b115d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions fastdds_python.repos
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ repositories:
fastdds:
type: git
url: https://github.com/eProsima/Fast-DDS.git
version: v2.7.0
version: 2.6.x
fastdds_python:
type: git
url: https://github.com/eProsima/Fast-DDS-python.git
version: v1.1.0
version: 1.1.x
fastddsgen:
type: git
url: https://github.com/eProsima/Fast-DDS-Gen.git
version: v2.1.3
version: v2.1.2
fastddsgen/thirdparty/idl-parser:
type: git
url: https://github.com/eProsima/IDL-Parser.git
version: v1.3.0
version: v1.2.0
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.1.0)
project(fastdds_python VERSION 1.1.1)

###############################################################################
# Dependencies
Expand Down

0 comments on commit 20b115d

Please sign in to comment.