We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40ca87e + 2b1cbf9 commit 1160bfdCopy full SHA for 1160bfd
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.1 (Released 2026-02-25)
11
+
12
+### 🔧 Fixes
13
14
+[#398](https://github.com/cylc/cylc-rose/pull/398) - ROSE_ORIG_HOST values are now correctly quoted in rose-suite-cylc-install
15
16
## 1.7.0 (Released 2025-10-01)
17
18
### ⚠️ Breaking changes
changes.d/398.fix.md
cylc/rose/__init__.py
@@ -232,4 +232,4 @@
232
233
"""
234
235
-__version__ = '1.7.1.dev'
+__version__ = '1.7.1'
0 commit comments