Skip to content

Commit

Permalink
Merge pull request #6054 from cylc/prepare-8.2.5
Browse files Browse the repository at this point in the history
Prepare release: 8.2.5
  • Loading branch information
oliver-sanders authored Apr 4, 2024
2 parents 40c2fbb + 2dfc33e commit 64a53fd
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"

<!-- towncrier release notes start -->

## __cylc-8.2.5 (Released 2024-04-04)__

### 🔧 Fixes

[#5933](https://github.com/cylc/cylc-flow/pull/5933) - Fixed bug in `cylc broadcast` (and the GUI Edit Runtime command) where everything after a `#` character in a setting would be stripped out.

[#5959](https://github.com/cylc/cylc-flow/pull/5959) - Fix an issue where workflow "timeout" events were not fired in all situations when they should have been.

[#6011](https://github.com/cylc/cylc-flow/pull/6011) - Fixed a `cylc vip` bug causing remote re-invocation to fail if using `--workflow-name` option.

[#6031](https://github.com/cylc/cylc-flow/pull/6031) - Fixed workflow-state command and xtrigger for alternate cylc-run directory.

## __cylc-8.2.4 (Released 2024-01-11)__

### 🚀 Enhancements
Expand Down
1 change: 0 additions & 1 deletion changes.d/5933.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/5959.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/6011.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/6031.fix.md

This file was deleted.

2 changes: 1 addition & 1 deletion cylc/flow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def environ_init():

environ_init()

__version__ = '8.2.5.dev'
__version__ = '8.2.5'


def iter_entry_points(entry_point_name):
Expand Down

0 comments on commit 64a53fd

Please sign in to comment.