Skip to content

Commit

Permalink
Merge pull request #531 from cylc/prepare-1.4.2
Browse files Browse the repository at this point in the history
Prepare release: 1.4.2
  • Loading branch information
oliver-sanders authored Nov 30, 2023
2 parents 3b365c9 + 1e9e846 commit d49b905
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 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.2 (Released 2023-11-29)

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

### 🔧 Fixes

[#525](https://github.com/cylc/cylc-uiserver/pull/525) - Fix bugs when playing workflows using the form:
- Specified Cylc version wasn't working
- Could not play multiple workflows

## cylc-uiserver-1.4.1 (Released 2023-11-03)

[Updated cylc-ui to 2.2.0](https://github.com/cylc/cylc-ui/blob/master/CHANGES.md)
Expand Down
1 change: 0 additions & 1 deletion changes.d/+2b5b0a3f.ui-version.md

This file was deleted.

3 changes: 0 additions & 3 deletions changes.d/525.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.2.dev"
__version__ = "1.4.2"

import os
from typing import Dict
Expand Down

0 comments on commit d49b905

Please sign in to comment.