Skip to content

Commit ff10401

Browse files
authored
Merge pull request #3009 from metomi/prepare-2.7.0
Prepare release: 2.7.0
2 parents f8e13d9 + 233be92 commit ff10401

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

CHANGES.md

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

1111
<!-- towncrier release notes start -->
1212

13+
## 2.7.0 (Released 2026-02-24)
14+
15+
### 🚀 Enhancements
16+
17+
[#2808](https://github.com/metomi/rose/pull/2808) - The `rose edit` GUI has been restored to Rose 2.
18+
It is available as the pip-package `metomi-rose[edit]` (you will need to ensure GTK3 and `cairo` are installed), or the conda-forge package `metomi-rose` (which includes all of the required system dependencies).
19+
20+
[#2979](https://github.com/metomi/rose/pull/2979) - Allow Rose fileinstall to install folders containing broken Symlinks.
21+
22+
[#2985](https://github.com/metomi/rose/pull/2985) - rosie: The `rosie disco` server has been restored to Rose 2.
23+
It is now available as the pip package `rose[disco]` or the conda-forge package `metomi-rose`.
24+
1325
## 2.6.3 (Released 2026-01-08)
1426

1527
### 🚀 Enhancements

changes.d/2808.feat.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changes.d/2979.feat.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes.d/2985.feat.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

metomi/rose/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@
144144
# Paths in the Rose distribution.
145145
FILEPATH_README = "README.md"
146146

147-
__version__ = "2.7.0.dev"
147+
__version__ = "2.7.0"

0 commit comments

Comments
 (0)