Skip to content

Commit 90c686f

Browse files
Merge pull request #727 from cylc/prepare-1.7.1
Prepare release: 1.7.1
2 parents 8364732 + 1995ef1 commit 90c686f

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"
1212

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

15+
## cylc-uiserver-1.7.1 (Released 2025-09-04)
16+
17+
[Updated cylc-ui to 2.9.0](https://github.com/cylc/cylc-ui/blob/master/CHANGES.md)
18+
19+
### 🚀 Enhancements
20+
21+
[#715](https://github.com/cylc/cylc-uiserver/pull/715) - Improve the ordering of numeric log file, such as those produced by rose-bunch, when listing job log files in the UI.
22+
23+
### 🔧 Fixes
24+
25+
[#714](https://github.com/cylc/cylc-uiserver/pull/714) - Handle websocket closed error showing as traceback in the log.
26+
1527
## cylc-uiserver-1.7.0 (Released 2025-07-24)
1628

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

changes.d/+4703bc1f.ui-version.md

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

changes.d/714.fix.md

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

changes.d/715.feat.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.7.1.dev"
16+
__version__ = "1.7.1"
1717

1818
import os
1919
from typing import Dict

0 commit comments

Comments
 (0)