Skip to content

Commit

Permalink
Merge pull request #6106 from cylc/prepare-8.2.7
Browse files Browse the repository at this point in the history
Prepare release: 8.2.7
  • Loading branch information
MetRonnie committed May 15, 2024
2 parents 3cb5a21 + b489af3 commit ec24929
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"

<!-- towncrier release notes start -->

## __cylc-8.2.7 (Released 2024-05-15)__

### 🔧 Fixes

[#6096](https://github.com/cylc/cylc-flow/pull/6096) - Fixed bug that caused graph arrows to go missing in the GUI when suicide triggers are present.

[#6102](https://github.com/cylc/cylc-flow/pull/6102) - Fixed bug introduced in 8.2.6 in `cylc vip` & `cylc vr` when using cylc-rose options (`-S`, `-D`, `-O`).

## __cylc-8.2.6 (Released 2024-05-02)__

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

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/6102.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.7.dev'
__version__ = '8.2.7'


def iter_entry_points(entry_point_name):
Expand Down

0 comments on commit ec24929

Please sign in to comment.