Skip to content

Commit

Permalink
Merge pull request #5686 from cylc/prepare-8.2.1
Browse files Browse the repository at this point in the history
Prepare release: 8.2.1
  • Loading branch information
MetRonnie authored Aug 14, 2023
2 parents 208e272 + a890101 commit 8175949
Show file tree
Hide file tree
Showing 5 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.1 (Released 2023-08-14)__

### 🔧 Fixes

[#5631](https://github.com/cylc/cylc-flow/pull/5631) - Fix bug in remote clean for workflows that generated `flow.cylc` files at runtime.

[#5650](https://github.com/cylc/cylc-flow/pull/5650) - Fix a bug preventing clean-up of finished tasks in the GUI and TUI.

[#5685](https://github.com/cylc/cylc-flow/pull/5685) - Fix "cylc pause" command help (it targets workflows, not tasks, but was
printing task-matching documentation as well).


## __cylc-8.2.0 (<span actions:bind='release-date'>Released 2023-07-21</span>)__

### Breaking Changes
Expand Down
1 change: 0 additions & 1 deletion changes.d/5631.fix.md

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changes.d/5685.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.1.dev'
__version__ = '8.2.1'


def iter_entry_points(entry_point_name):
Expand Down

0 comments on commit 8175949

Please sign in to comment.