Skip to content

Commit 44c202c

Browse files
Merge pull request #391 from cylc/prepare-1.7.0
Prepare release: 1.7.0
2 parents 18042b9 + 4fe705b commit 44c202c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.md

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

88
<!-- towncrier release notes start -->
99

10+
## 1.7.0 (Released 2025-10-01)
11+
12+
### ⚠️ Breaking changes
13+
14+
[#384](https://github.com/cylc/cylc-rose/pull/384) - Minimum supported Python version is now 3.12.
15+
1016
## 1.6.1 (Released 2025-09-19)
1117

1218
### 🔧 Fixes

changes.d/384.break.md

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

cylc/rose/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,4 +232,4 @@
232232
233233
"""
234234

235-
__version__ = '1.7.0.dev'
235+
__version__ = '1.7.0'

0 commit comments

Comments
 (0)