Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
In case of bug fixes, please provide the list of supported branches where this fix should be also merged.
Please uncomment following line, adjusting the corresponding target branches for the backport.
-->
<!-- @Mergifyio backport 2.4.x 2.2.x 1.4.x -->
<!-- @Mergifyio backport 2.5.x 2.4.x 2.2.x 1.4.x -->

<!-- If an issue is already opened, please uncomment next line with the corresponding issue number. -->
<!-- Fixes #(issue) -->
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
dest_branch:
- '2.5.x'
- '2.6.x'
- '2.x'
steps:
- name: Mirror action step
Expand Down
2 changes: 1 addition & 1 deletion fastdds_python.repos
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories:
fastdds_python:
type: git
url: https://github.com/eProsima/Fast-DDS-python.git
version: main
version: master
fastddsgen:
type: git
url: https://github.com/eProsima/Fast-DDS-Gen.git
Expand Down
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 2.5.0)
project(fastdds_python VERSION 2.6.0)

if(NOT WIN32)
# Default values for shared library suffix in MacOS
Expand Down