Skip to content

Commit 14026c9

Browse files
Merge pull request #6218 from cylc/prepare-8.3.2
Prepare release: 8.3.2
2 parents a4c462f + 74bbdbf commit 14026c9

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

CHANGES.md

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

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

14+
## __cylc-8.3.2 (Released 2024-07-10)__
15+
16+
### 🔧 Fixes
17+
18+
[#6178](https://github.com/cylc/cylc-flow/pull/6178) - Fix an issue where Tui could hang when closing.
19+
20+
[#6186](https://github.com/cylc/cylc-flow/pull/6186) - Fixed bug where using flow numbers with `cylc set` would not work correctly.
21+
22+
[#6200](https://github.com/cylc/cylc-flow/pull/6200) - Fixed bug where a stalled paused workflow would be incorrectly reported as running, not paused
23+
24+
[#6206](https://github.com/cylc/cylc-flow/pull/6206) - Fixes the spawning of multiple parentless tasks off the same sequential wall-clock xtrigger.
25+
1426
## __cylc-8.3.1 (Released 2024-07-04)__
1527

1628
### 🔧 Fixes

changes.d/6178.fix.md

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

changes.d/6186.fix.md

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

changes.d/6200.fix.md

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

changes.d/6206.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.2.dev'
56+
__version__ = '8.3.2'
5757

5858

5959
def iter_entry_points(entry_point_name):

0 commit comments

Comments
 (0)