Skip to content

Commit

Permalink
Prepare release 1.4.0
Browse files Browse the repository at this point in the history
Workflow: Release stage 1 - create release PR, run: 22
  • Loading branch information
github-actions[bot] committed Sep 11, 2023
1 parent 0f3205a commit a90c607
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"

<!-- towncrier release notes start -->

## cylc-uiserver-1.4.0 (Released 2023-09-11)

### 🚀 Enhancements

[#450](https://github.com/cylc/cylc-uiserver/pull/450) - Upgraded to Jupyter Server 2.7+ and Jupyter Hub 4.0+. Note cylc-uiserver 1.3 remains supported and compatible with cylc-flow 8.2 for those not ready to make the jump just yet.


## cylc-uiserver-1.3.1 (Released 2023-09-08)

[Updated cylc-ui to 2.1.0](https://github.com/cylc/cylc-ui/blob/master/CHANGES.md)
Expand Down
1 change: 0 additions & 1 deletion changes.d/450.feat.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.0.dev"
__version__ = "1.4.0"

import os
from typing import Dict
Expand Down

0 comments on commit a90c607

Please sign in to comment.