Skip to content

Commit

Permalink
Merge pull request #578 from cylc/prepare-1.4.4
Browse files Browse the repository at this point in the history
Prepare release: 1.4.4
  • Loading branch information
oliver-sanders authored Apr 5, 2024
2 parents 28adb74 + 9f2a0e6 commit 51045ec
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 @@ -12,6 +12,16 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"

<!-- towncrier release notes start -->

## cylc-uiserver-1.4.4 (Released 2024-04-05)

[Updated cylc-ui to 2.4.0](https://github.com/cylc/cylc-ui/blob/master/CHANGES.md)

### 🔧 Fixes

[#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`).

[#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.

## cylc-uiserver-1.4.3 (Released 2023-12-05)

### 🔧 Fixes
Expand Down
1 change: 0 additions & 1 deletion changes.d/+4e284398.ui-version.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion cylc/uiserver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "1.4.4.dev"
__version__ = "1.4.4"

import os
from typing import Dict
Expand Down

0 comments on commit 51045ec

Please sign in to comment.