From f9f52ebd34cce0955f5ef7d913c94fc14c3913e7 Mon Sep 17 00:00:00 2001 From: Matt Shin Date: Wed, 7 Feb 2018 09:12:04 +0000 Subject: [PATCH] Update for release --- CHANGES.md | 4 ++-- doc/js/rose-version.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6852c24979..c24209817c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,10 +5,10 @@ for a full listing of issues for each release. -------------------------------------------------------------------------------- -## Next Release (2018-Q1) +## 2018.02.0 (2018-02-07) Rose release 53. This release is expected to be used with: -* [cylc-7.5.0](https://github.com/cylc/cylc/releases/tag/7.5.0) or upcoming, and +* [cylc-7.6.0](https://github.com/cylc/cylc/releases/tag/7.6.0), and * [fcm-2017.10.0](https://github.com/metomi/fcm/releases/tag/2017.10.0). ### Noteworthy Changes diff --git a/doc/js/rose-version.js b/doc/js/rose-version.js index aeeecc6d5d..4f66fed008 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="2017.10.0"; +ROSE_VERSION="2018.02.0";