Skip to content

Commit 8f230cf

Browse files
authored
Merge pull request #415 from cylc/prepare-1.7.2
Prepare release: 1.7.2
2 parents aff3916 + 2e52912 commit 8f230cf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.md

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

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

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+
1018
## 1.7.1 (Released 2026-02-25)
1119

1220
### 🔧 Fixes

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.2.dev'
235+
__version__ = '1.7.2'

0 commit comments

Comments
 (0)