Skip to content

Commit

Permalink
Merge pull request #664 from cylc/prepare-1.6.1
Browse files Browse the repository at this point in the history
Prepare release: 1.6.1
  • Loading branch information
oliver-sanders authored Jan 15, 2025
2 parents 693c897 + 3b350c4 commit 81782af
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 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.6.1 (Released 2025-01-15)

### 🚀 Enhancements

[#661](https://github.com/cylc/cylc-uiserver/pull/661) - The GUI can now be launched in standalone mode even if `[hub]url` is configured, using the `--new` option.

### 🔧 Fixes

[#660](https://github.com/cylc/cylc-uiserver/pull/660) - Fixed crash when starting the UI Server if a user has invalid groups in their profile.

## cylc-uiserver-1.6.0 (Released 2025-01-08)

[Updated cylc-ui to 2.7.0](https://github.com/cylc/cylc-ui/blob/master/CHANGES.md)
Expand Down
1 change: 0 additions & 1 deletion changes.d/660.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion changes.d/661.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.6.1.dev"
__version__ = "1.6.1"

import os
from typing import Dict
Expand Down

0 comments on commit 81782af

Please sign in to comment.