diff --git a/CHANGES.md b/CHANGES.md index 594c01b378..b2d0fdaeb3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,18 @@ $ towncrier create ..md --content "Short description" +## 2.7.0 (Released 2026-02-24) + +### 🚀 Enhancements + +[#2808](https://github.com/metomi/rose/pull/2808) - The `rose edit` GUI has been restored to Rose 2. +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). + +[#2979](https://github.com/metomi/rose/pull/2979) - Allow Rose fileinstall to install folders containing broken Symlinks. + +[#2985](https://github.com/metomi/rose/pull/2985) - rosie: The `rosie disco` server has been restored to Rose 2. +It is now available as the pip package `rose[disco]` or the conda-forge package `metomi-rose`. + ## 2.6.3 (Released 2026-01-08) ### 🚀 Enhancements diff --git a/changes.d/2808.feat.md b/changes.d/2808.feat.md deleted file mode 100644 index deab003ecb..0000000000 --- a/changes.d/2808.feat.md +++ /dev/null @@ -1,3 +0,0 @@ -The `rose edit` GUI has been restored to Rose 2. - -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). diff --git a/changes.d/2979.feat.md b/changes.d/2979.feat.md deleted file mode 100644 index a52117b4e2..0000000000 --- a/changes.d/2979.feat.md +++ /dev/null @@ -1 +0,0 @@ -Allow Rose fileinstall to install folders containing broken Symlinks. diff --git a/changes.d/2985.feat.md b/changes.d/2985.feat.md deleted file mode 100644 index 00f8fdcfd9..0000000000 --- a/changes.d/2985.feat.md +++ /dev/null @@ -1,3 +0,0 @@ -rosie: The `rosie disco` server has been restored to Rose 2. - -It is now available as the pip package `rose[disco]` or the conda-forge package `metomi-rose`. diff --git a/metomi/rose/__init__.py b/metomi/rose/__init__.py index 73b69ba9df..bb4b1b7566 100644 --- a/metomi/rose/__init__.py +++ b/metomi/rose/__init__.py @@ -144,4 +144,4 @@ # Paths in the Rose distribution. FILEPATH_README = "README.md" -__version__ = "2.7.0.dev" +__version__ = "2.7.0"