From 0d9205c5d0f7c9d69a36fc776a488d7ece237948 Mon Sep 17 00:00:00 2001 From: Matt Shin Date: Wed, 14 Sep 2016 15:02:47 +0100 Subject: [PATCH] Update for release --- CHANGES.md | 12 ++++++++---- doc/js/rose-version.js | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 67b1179b2b..d808bd8d5c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,15 +5,19 @@ for a full listing of issues for each release. -------------------------------------------------------------------------------- -## Next Release (2016-Q3?) +## 2016.09.0 (2016-09-14) -Rose release 44. This release will work best with -[cylc-6.10.2](https://github.com/cylc/cylc/releases/tag/6.10.2) and -[fcm-2016.05.0](https://github.com/metomi/fcm/releases/tag/2016.05.0), +Rose release 44. This release works best with +[cylc-6.11.0](https://github.com/cylc/cylc/releases/tag/6.11.0) and +[fcm-2016.05.1](https://github.com/metomi/fcm/releases/tag/2016.05.1), or their successors. ### Noteworthy Changes +[#1982](https://github.com/metomi/rose/pull/1982): +rosa svn-post-commit: fix handling of settings with `!` ignored flags in +`rose-suite.info`. + [#1976](https://github.com/metomi/rose/pull/1976): Rose Bush: job logs listing: now accepts log files with names in these patterns `*.NNN.*`, `*.KEY.*` as sequetial files. diff --git a/doc/js/rose-version.js b/doc/js/rose-version.js index 70a69ea04a..a4a26f65b9 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.07.0"; +ROSE_VERSION="2016.09.0";