Skip to content

Commit 414717a

Browse files
authored
Merge pull request #2933 from metomi/prepare-2.6.0
Prepare release: 2.6.0
2 parents 63a8deb + 280b7db commit 414717a

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"
1010

1111
<!-- towncrier release notes start -->
1212

13+
## 2.6.0 (Released 2025-10-01)
14+
15+
### ⚠ Breaking Changes
16+
17+
[#2922](https://github.com/cylc/cylc-flow/pull/2922) - Dropped support for Python 3.7-3.11. The minimum supported version is now 3.12.
18+
1319
## 2.5.1 (Released 2025-09-29)
1420

1521
### 🔧 Fixes

changes.d/2922.break.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

metomi/rose/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@
144144
# Paths in the Rose distribution.
145145
FILEPATH_README = "README.md"
146146

147-
__version__ = "2.6.0.dev"
147+
__version__ = "2.6.0"

0 commit comments

Comments
 (0)