Skip to content

Commit e10e512

Browse files
authored
Merge pull request #3011 from metomi/revert-3009-prepare-2.7.0
Revert "[failure] Prepare release: 2.7.0"
2 parents ff10401 + a23c377 commit e10e512

File tree

5 files changed

+8
-13
lines changed

5 files changed

+8
-13
lines changed

CHANGES.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,6 @@ $ 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-
2513
## 2.6.3 (Released 2026-01-08)
2614

2715
### 🚀 Enhancements

changes.d/2808.feat.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The `rose edit` GUI has been restored to Rose 2.
2+
3+
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).

changes.d/2979.feat.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Allow Rose fileinstall to install folders containing broken Symlinks.

changes.d/2985.feat.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rosie: The `rosie disco` server has been restored to Rose 2.
2+
3+
It is now available as the pip package `rose[disco]` or the conda-forge package `metomi-rose`.

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"
147+
__version__ = "2.7.0.dev"

0 commit comments

Comments
 (0)