Skip to content

Commit 51045ec

Browse files
Merge pull request #578 from cylc/prepare-1.4.4
Prepare release: 1.4.4
2 parents 28adb74 + 9f2a0e6 commit 51045ec

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
@@ -12,6 +12,16 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"
1212

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

15+
## cylc-uiserver-1.4.4 (Released 2024-04-05)
16+
17+
[Updated cylc-ui to 2.4.0](https://github.com/cylc/cylc-ui/blob/master/CHANGES.md)
18+
19+
### 🔧 Fixes
20+
21+
[#558](https://github.com/cylc/cylc-uiserver/pull/558) - Permit Jupyter Lab to be run in the same Jupyter Server instance as the Cylc UI Server in standalone mode (i.e. via `cylc gui`), note it was already possible to do this in multi-user mode (i.e. via `cylc hub`).
22+
23+
[#570](https://github.com/cylc/cylc-uiserver/pull/570) - Fix an issue that could impose a low limit on the number of active workflows the server is able to track.
24+
1525
## cylc-uiserver-1.4.3 (Released 2023-12-05)
1626

1727
### 🔧 Fixes

changes.d/+4e284398.ui-version.md

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

changes.d/558.fix.md

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

changes.d/570.fix.md

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

cylc/uiserver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# You should have received a copy of the GNU General Public License
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

16-
__version__ = "1.4.4.dev"
16+
__version__ = "1.4.4"
1717

1818
import os
1919
from typing import Dict

0 commit comments

Comments
 (0)