Skip to content

Commit 1160bfd

Browse files
Prepare release 1.7.1 (#411)
Workflow: Release stage 1 - create release PR, run: 51 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2 parents 40ca87e + 2b1cbf9 commit 1160bfd

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.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+
1016
## 1.7.0 (Released 2025-10-01)
1117

1218
### ⚠️ Breaking changes

changes.d/398.fix.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.1.dev'
235+
__version__ = '1.7.1'

0 commit comments

Comments
 (0)