diff --git a/CHANGES.md b/CHANGES.md index d7def2f1aa..636ed141b4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,14 +5,17 @@ for a full listing of issues for each release. -------------------------------------------------------------------------------- -## Next Release (2017-Q1) +## 2017.01.0 (2017-01-26) Rose release 48. **This release is expected to be used with -[cylc-7.0.0](https://github.com/cylc/cylc/releases/tag/7.0.0) and +[cylc-7.1.0](https://github.com/cylc/cylc/releases/tag/7.1.0) and [fcm-2016.12.0](https://github.com/metomi/fcm/releases/tag/2016.12.0).** ### Noteworthy Changes +[#2043](https://github.com/metomi/rose/pull/2043): +rose macro: default macros will now apply to `rose-suite.info` as well. + [#2039](https://github.com/metomi/rose/pull/2039): rose app-upgrade: improve diagnostics on removal of settings. diff --git a/doc/js/rose-version.js b/doc/js/rose-version.js index e6a1e31de7..4945c7ab29 100644 --- a/doc/js/rose-version.js +++ b/doc/js/rose-version.js @@ -18,4 +18,4 @@ * ******************************************************************************/ /* N.B. The following line is also used by a shell script. Do not add spaces. */ -ROSE_VERSION="2016.12.0"; +ROSE_VERSION="2017.01.0";