We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18042b9 + 4fe705b commit 44c202cCopy full SHA for 44c202c
CHANGES.md
@@ -7,6 +7,12 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"
7
8
<!-- towncrier release notes start -->
9
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
16
## 1.6.1 (Released 2025-09-19)
17
18
### 🔧 Fixes
changes.d/384.break.md
cylc/rose/__init__.py
@@ -232,4 +232,4 @@
232
233
"""
234
235
-__version__ = '1.7.0.dev'
+__version__ = '1.7.0'
0 commit comments