diff --git a/CHANGES.md b/CHANGES.md index bf700671..dbdf2c65 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,6 +12,10 @@ $ towncrier create ..md --content "Short description" +## 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) + ## cylc-uiserver-1.4.0 (Released 2023-09-12) ### 🚀 Enhancements diff --git a/changes.d/+50fe3d7b.ui-version.md b/changes.d/+50fe3d7b.ui-version.md deleted file mode 100644 index d0f9e810..00000000 --- a/changes.d/+50fe3d7b.ui-version.md +++ /dev/null @@ -1 +0,0 @@ -Updated cylc-ui to 2.2.0 \ No newline at end of file diff --git a/cylc/uiserver/__init__.py b/cylc/uiserver/__init__.py index 7019f5a2..c61abd97 100644 --- a/cylc/uiserver/__init__.py +++ b/cylc/uiserver/__init__.py @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = "1.4.1.dev" +__version__ = "1.4.1" import os from typing import Dict