Skip to content

Commit

Permalink
Merge pull request #498 from cylc/prepare-1.3.1
Browse files Browse the repository at this point in the history
Prepare release: 1.3.1
  • Loading branch information
oliver-sanders authored Sep 8, 2023
2 parents eebe407 + 08682a0 commit 8ec403f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"

<!-- towncrier release notes start -->

## 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)

### 🔧 Fixes

[#379](https://github.com/cylc/cylc-uiserver/pull/379) - Fixed lack of info for errors recorded in logs.

[#455](https://github.com/cylc/cylc-uiserver/pull/455) - Added an upgrade toggle in cylc play dialog, and a specific warning for cases where workflow needs upgrade.

[#483](https://github.com/cylc/cylc-uiserver/pull/483) - Fixed bug in analysis view server-side query.


## cylc-uiserver-1.3.0 (Released 2023-07-21)

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/483.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.3.1.dev"
__version__ = "1.3.1"

import os
from typing import Dict
Expand Down

0 comments on commit 8ec403f

Please sign in to comment.