Skip to content

Commit c3a6d2f

Browse files
authored
Merge pull request #6197 from cylc/prepare-8.3.1
Prepare release: 8.3.1
2 parents d0bc4cb + 594d804 commit c3a6d2f

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"
1111

1212
<!-- towncrier release notes start -->
1313

14+
## __cylc-8.3.1 (Released 2024-07-04)__
15+
16+
### 🔧 Fixes
17+
18+
[#6130](https://github.com/cylc/cylc-flow/pull/6130) - Prevent commands accepting job IDs where it doesn't make sense.
19+
20+
[#6170](https://github.com/cylc/cylc-flow/pull/6170) - Fix an issue where the Cylc logo could appear in the workflow log.
21+
22+
[#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.
23+
1424
## __cylc-8.3.0 (Released 2024-06-18)__
1525

1626
### ⚠ Breaking Changes

changes.d/6130.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes.d/6170.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes.d/6176.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

cylc/flow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def environ_init():
5353

5454
environ_init()
5555

56-
__version__ = '8.3.1.dev'
56+
__version__ = '8.3.1'
5757

5858

5959
def iter_entry_points(entry_point_name):

0 commit comments

Comments
 (0)