Skip to content

Commit 5a21502

Browse files
authored
Bump version to v2.6.0 (#348)
Signed-off-by: Eduardo Ponz <eduardoponz@eprosima.com>
1 parent 1d33829 commit 5a21502

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/mirror.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
dest_branch:
15-
- '2.5.x'
1615
- '2.6.x'
1716
steps:
1817
- name: Mirror action step

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,9 +379,9 @@ def configure_doxyfile(
379379
# built documents.
380380
#
381381
# The short X.Y version.
382-
version = u'2.5.1'
382+
version = u'2.6.0'
383383
# The full version, including alpha/beta/rc tags.
384-
release = u'2.5.1'
384+
release = u'2.6.0'
385385

386386
# The language for content autogenerated by Sphinx. Refer to documentation
387387
# for a list of supported languages.

0 commit comments

Comments
 (0)