Skip to content

Commit a7f84a8

Browse files
Merge pull request #535 from cylc/prepare-1.4.3
Prepare release: 1.4.3
2 parents f671d5c + ae44254 commit a7f84a8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.md

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

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

15+
## cylc-uiserver-1.4.3 (Released 2023-12-05)
16+
17+
### 🔧 Fixes
18+
19+
[#533](https://github.com/cylc/cylc-uiserver/pull/533) - Fixed bug introduced in 1.4.2 where playing a workflow would fail if using a Cylc environment whose name does not match `cylc-8.X.Y` exactly.
20+
1521
## cylc-uiserver-1.4.2 (Released 2023-11-29)
1622

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

changes.d/533.fix.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.4.3.dev"
16+
__version__ = "1.4.3"
1717

1818
import os
1919
from typing import Dict

0 commit comments

Comments
 (0)