diff --git a/CHANGES.md b/CHANGES.md index b79fd551..0bd81a0b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,7 +11,7 @@ creating a new release entry be sure to copy & paste the span tag with the updated. Only the first match gets replaced, so it's fine to leave the old ones in. --> ------------------------------------------------------------------------------- -## __cylc-uiserver-1.2.2 (Upcoming)__ +## __cylc-uiserver-1.2.2 (Released 2023-04-28)__ diff --git a/cylc/uiserver/__init__.py b/cylc/uiserver/__init__.py index 9922348e..1277c5c1 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.2.2.dev" +__version__ = "1.2.2" import os from typing import Dict