Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrmshin committed May 22, 2018
1 parent f231db2 commit a25654b
Show file tree
Hide file tree
Showing 18 changed files with 26 additions and 19 deletions.
9 changes: 8 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ for a full listing of issues for each release.
## Next Release (2018-Q2?)

Rose release 54. This release is expected to be used with:
* [cylc-7.6.1](https://github.com/cylc/cylc/releases/tag/7.6.1), and
* [cylc-7.7.0](https://github.com/cylc/cylc/releases/tag/7.7.0), and
* [fcm-2017.10.0](https://github.com/metomi/fcm/releases/tag/2017.10.0).

### Noteworthy Changes
Expand All @@ -19,6 +19,13 @@ Rose User Guide: overhaul.
* New API reference.
* New style.

[#2171](https://github.com/metomi/rose/pull/2171):
rosie discovery clients now support Gnome libsecret for password caching.

[#2167](https://github.com/metomi/rose/pull/2167):
Rose Bush: file view: further limit on what can be served within a suite
directory.

[#2163](https://github.com/metomi/rose/pull/2163):
rose suite-run: new option `--validate-suite-only` to validate suite only
without installing the suite.
Expand Down
2 changes: 1 addition & 1 deletion bin/rose-check-software
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#-----------------------------------------------------------------------------
# (C) British Crown Copyright 2012-7 Met Office.
# (C) British Crown Copyright 2012-8 Met Office.
#
# This file is part of Rose, a framework for meteorological suites.
#
Expand Down
2 changes: 1 addition & 1 deletion bin/rose-make-docs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#-----------------------------------------------------------------------------
# (C) British Crown Copyright 2012-7 Met Office.
# (C) British Crown Copyright 2012-8 Met Office.
#
# This file is part of Rose, a framework for meteorological suites.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# (C) British Crown Copyright 2012-7 Met Office - GNU V3+.
# (C) British Crown Copyright 2012-8 Met Office - GNU V3+.
# This is illustrative code developed for tutorial purposes, it is not
# intended for scientific use and is not guarantied to be accurate or correct.
# -----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion etc/tutorial/cylc-forecasting-suite/bin/forecast
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# (C) British Crown Copyright 2012-7 Met Office - GNU V3+.
# (C) British Crown Copyright 2012-8 Met Office - GNU V3+.
# This is illustrative code developed for tutorial purposes, it is not
# intended for scientific use and is not guarantied to be accurate or correct.
# -----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion etc/tutorial/cylc-forecasting-suite/bin/get-observations
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# (C) British Crown Copyright 2012-7 Met Office - GNU V3+.
# (C) British Crown Copyright 2012-8 Met Office - GNU V3+.
# This is illustrative code developed for tutorial purposes, it is not
# intended for scientific use and is not guarantied to be accurate or correct.
# -----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion etc/tutorial/cylc-forecasting-suite/bin/get-rainfall
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# (C) British Crown Copyright 2012-7 Met Office - GNU V3+.
# (C) British Crown Copyright 2012-8 Met Office - GNU V3+.
# This is illustrative code developed for tutorial purposes, it is not
# intended for scientific use and is not guarantied to be accurate or correct.
# -----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion etc/tutorial/cylc-forecasting-suite/bin/post-process
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# (C) British Crown Copyright 2012-7 Met Office - GNU V3+.
# (C) British Crown Copyright 2012-8 Met Office - GNU V3+.
# This is illustrative code developed for tutorial purposes, it is not
# intended for scientific use and is not guarantied to be accurate or correct.
# -----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion etc/tutorial/cylc-forecasting-suite/lib/python/mecator.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# (C) British Crown Copyright 2012-7 Met Office - GNU V3+.
# (C) British Crown Copyright 2012-8 Met Office - GNU V3+.
# This is illustrative code developed for tutorial purposes, it is not
# intended for scientific use and is not guarantied to be accurate or correct.
# -----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion etc/tutorial/cylc-forecasting-suite/lib/python/util.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# (C) British Crown Copyright 2012-7 Met Office - GNU V3+.
# (C) British Crown Copyright 2012-8 Met Office - GNU V3+.
# This is illustrative code developed for tutorial purposes, it is not
# intended for scientific use and is not guarantied to be accurate or correct.
# -----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion lib/html/static/js/rose-bush.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* (C) British crown copyright 2012-7 Met Office.
* (C) British crown copyright 2012-8 Met Office.
*
* This file is part of Rose, a framework for scientific suites.
*
Expand Down
2 changes: 1 addition & 1 deletion lib/html/static/js/rosie-disco.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* (C) British crown copyright 2012-7 Met Office.
* (C) British crown copyright 2012-8 Met Office.
*
* This file is part of Rose, a framework for scientific suites.
*
Expand Down
2 changes: 1 addition & 1 deletion lib/html/static/js/search.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/******************************************************************************
* (C) British crown copyright 2012-7 Met Office.
* (C) British crown copyright 2012-8 Met Office.
*
* This file is part of Rose, a framework for scientific suites.
*
Expand Down
2 changes: 1 addition & 1 deletion lib/python/isodatetime/run_tests
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# -*- coding: utf-8 -*-
#-----------------------------------------------------------------------------
# (C) British Crown Copyright 2013-2017 Met Office.
# (C) British Crown Copyright 2013-2018 Met Office.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions rose-version
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------------
# (C) British Crown Copyright 2012-7 Met Office.
# (C) British Crown Copyright 2012-8 Met Office.
#
# This file is part of Rose, a framework for meteorological suites.
#
Expand All @@ -16,4 +16,4 @@
# You should have received a copy of the GNU General Public License
# along with Rose. If not, see <http://www.gnu.org/licenses/>.
# -----------------------------------------------------------------------------
ROSE_VERSION="2018.rose-user-guide-overhaul"
ROSE_VERSION="2018.05.0"
2 changes: 1 addition & 1 deletion t/docs/01-doctest.t
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#-------------------------------------------------------------------------------
# (C) British Crown Copyright 2012-7 Met Office.
# (C) British Crown Copyright 2012-8 Met Office.
#
# This file is part of Rose, a framework for meteorological suites.
#
Expand Down
2 changes: 1 addition & 1 deletion t/docs/02-tutorial-suites.t
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#-------------------------------------------------------------------------------
# (C) British Crown Copyright 2012-7 Met Office.
# (C) British Crown Copyright 2012-8 Met Office.
#
# This file is part of Rose, a framework for meteorological suites.
#
Expand Down
2 changes: 1 addition & 1 deletion t/syntax/01-eslint.t
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#-------------------------------------------------------------------------------
# (C) British Crown Copyright 2012-7 Met Office.
# (C) British Crown Copyright 2012-8 Met Office.
#
# This file is part of Rose, a framework for meteorological suites.
#
Expand Down

0 comments on commit a25654b

Please sign in to comment.