Skip to content

Commit

Permalink
Merge pull request #6197 from cylc/prepare-8.3.1
Browse files Browse the repository at this point in the history
Prepare release: 8.3.1
  • Loading branch information
wxtim authored Jul 4, 2024
2 parents d0bc4cb + 594d804 commit c3a6d2f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"

<!-- towncrier release notes start -->

## __cylc-8.3.1 (Released 2024-07-04)__

### 🔧 Fixes

[#6130](https://github.com/cylc/cylc-flow/pull/6130) - Prevent commands accepting job IDs where it doesn't make sense.

[#6170](https://github.com/cylc/cylc-flow/pull/6170) - Fix an issue where the Cylc logo could appear in the workflow log.

[#6176](https://github.com/cylc/cylc-flow/pull/6176) - Fix bug where jobs which fail to submit are not shown in GUI/TUI if submission retries are set.

## __cylc-8.3.0 (Released 2024-06-18)__

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

This file was deleted.

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

This file was deleted.

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


def iter_entry_points(entry_point_name):
Expand Down

0 comments on commit c3a6d2f

Please sign in to comment.