We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aff3916 + 2e52912 commit 8f230cfCopy full SHA for 8f230cf
CHANGES.md
@@ -7,6 +7,14 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"
7
8
<!-- towncrier release notes start -->
9
10
+## 1.7.2 (Released 2026-02-26)
11
+
12
+### 🔧 Fixes
13
14
+Reverts [#398](https://github.com/cylc/cylc-rose/pull/398) introduced in 1.7.1
15
+which caused issues where spurious quotes could appear around the
16
+``ROSE_ORIG_HOST`` variable.
17
18
## 1.7.1 (Released 2026-02-25)
19
20
### 🔧 Fixes
cylc/rose/__init__.py
@@ -232,4 +232,4 @@
232
233
"""
234
235
-__version__ = '1.7.2.dev'
+__version__ = '1.7.2'
0 commit comments