Skip to content

Commit

Permalink
Merge pull request #4149 from cylc/prepare-8.0b0
Browse files Browse the repository at this point in the history
Prepare release: 8.0b0
  • Loading branch information
hjoliver authored Mar 28, 2021
2 parents d88ac6a + 07c1152 commit 01b44e8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
24 changes: 13 additions & 11 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -1,37 +1,39 @@
Alexander Paulsell <[email protected]> AlexanderPaulsell <[email protected]>
Ben Fitzpatrick <[email protected]> benfitzpatrick <[email protected]>
Bruno P. Kinoshita <[email protected]> Bruno P. Kinoshita <[email protected]>
Bruno P. Kinoshita <[email protected]> Bruno P. Kinoshita <[email protected]>
Bruno P. Kinoshita <[email protected]> Bruno P. Kinoshita <[email protected]>
David Matthews <[email protected]> dpmatthews <[email protected]>
David Sutherland <[email protected]> sutherlander <[email protected]>
David Sutherland <[email protected]> David Sutherland <[email protected]>
David Sutherland <[email protected]> sutherlander <[email protected]>
Declan Valters <[email protected]> Declan Valters <[email protected]>
Declan Valters <[email protected]> Declan Valters <[email protected]>
Hilary James Oliver <[email protected]> Hilary James Oliver <[email protected]>
Hilary James Oliver <[email protected]> Hilary James Oliver <[email protected]>
Hilary James Oliver <[email protected]> hilary.oliver <[email protected]>
Hilary James Oliver <[email protected]> Hilary Oliver <[email protected]>
Hilary James Oliver <[email protected]> Hilary James Oliver <[email protected]>
Hilary James Oliver <[email protected]> Hilary Oliver <[email protected]>
Hilary James Oliver <[email protected]> Hilary Oliver <[email protected]>
Hilary James Oliver <[email protected]> hilary.oliver <[email protected]>
Ivor Blockley <[email protected]> Ivor Blockley <[email protected]>
Jonathan Thomas <[email protected]> Jonathan Thomas <[email protected]>
Jonathan Thomas <[email protected]> Jonathan Thomas <[email protected]>
Jonathan Thomas <[email protected]> Jonathan Thomas <[email protected]>
Jonny Williams <[email protected]> williamsjh <[email protected]>
Kerry Day <[email protected]> kaday <[email protected]>
Kerry Day <[email protected]> Kerry Day <[email protected]>
Kerry Day <[email protected]> kaday <[email protected]>
Lois Huggett <[email protected]> lhuggett <[email protected]>
Luis Kornblueh <[email protected]> Luis Kornblueh <[email protected]>
Martin Ryan <martin.[email protected].au> Martin Ryan <[email protected]>
Martin Dix <martin.dix@csiro.au> MartinDix <[email protected]>
Martin Ryan <[email protected]> Martin Ryan <[email protected]>
Martin Ryan <[email protected]> Martin Ryan <[email protected]>
Matt Shin <[email protected]> Matt Shin <[email protected]>
Matt Shin <[email protected]> Matt Shin <[email protected]>
Matt Shin <[email protected]> matthew.shin <[email protected]>
Matt Shin <[email protected]> matthewrmshin <[email protected]>
Matt Shin <[email protected]> matthewrmshin <[email protected]>
Matt Shin <[email protected]> Matt Shin <[email protected]>
Matt Shin <[email protected]> Matt Shin <[email protected]>
Martin Dix <[email protected]> MartinDix <[email protected]>
Mel Hall <[email protected]>
Oliver Sanders <[email protected]> Oliver sanders <[email protected]>
Patrick Alexander Reinecke <[email protected]> P. A. Reinecke <[email protected]>
Prasanna Challuri <[email protected]> challurip <[email protected]>
Ronnie Dutta <[email protected]>
Rosalyn Hatcher <[email protected]> RosalynHatcher <[email protected]>
Sadie Bartholomew <[email protected]> Sadie Bartholomew <[email protected]>
Sadie Bartholomew <[email protected]> Sadie L. Bartholomew <[email protected]>
Expand All @@ -41,5 +43,5 @@ Thomas Coleman <[email protected]> Tom Coleman
Tim Pillinger <[email protected]> wxtim <[email protected]>
Tim Whitcomb <[email protected]> Tim Whitcomb <[email protected]>
Tim Whitcomb <[email protected]> trwhitcomb <[email protected]>
Tomek Trzeciak <[email protected]> TomekTrzeciak <[email protected]>
Tomek Trzeciak <[email protected]> Tomek Trzeciak <[email protected]>
Tomek Trzeciak <[email protected]> TomekTrzeciak <[email protected]>
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ creating a new release entry be sure to copy & paste the span tag with the
`actions:bind` attribute, which is used by a regex to find the text to be
updated. Only the first match gets replaced, so it's fine to leave the old
ones in. -->
## __cylc-8.0b0 (<span actions:bind='release-date'>2020-08?</span>)__
## __cylc-8.0b0 (<span actions:bind='release-date'>Released 2021-03-29</span>)__

First beta release of Cylc 8.

(See note on cylc-8 backward-incompatible changes, above)

The filenames `suite.rc` and `global.rc` are now deprecated in favour of
`flow.cylc` and `global.cylc` respectively
([#3755](https://github.com/cylc/cylc-flow/pull/3755)). For backwards
([#3755](https://github.com/cylc/cylc-flow/pull/3755)). For backward
compatibility, the `cylc run` command will automatically symlink an existing
`suite.rc` file to `flow.cylc`.

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ requests_).
- Mel Hall
- Ronnie Dutta
- John Haiducek
- (Andrew Huang)

(All contributors are identifiable with email addresses in the git version
control logs or otherwise.)
Expand Down
2 changes: 1 addition & 1 deletion cylc/flow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ def environ_path_add(dirs, key='PATH'):

environ_init()

__version__ = '8.0a3.dev'
__version__ = '8.0b0'

0 comments on commit 01b44e8

Please sign in to comment.