Skip to content

Commit

Permalink
Merge pull request #476 from cylc/prepare-1.3.0
Browse files Browse the repository at this point in the history
Prepare release: 1.3.0
  • Loading branch information
MetRonnie authored Jul 21, 2023
2 parents 401093c + af5d7df commit 41cf7c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ updated. Only the first match gets replaced, so it's fine to leave the old
ones in. -->

-------------------------------------------------------------------------------
## __cylc-uiserver-1.3.0 (<span actions:bind='release-date'>Upcoming</span>)__
## __cylc-uiserver-1.3.0 (<span actions:bind='release-date'>Released 2023-07-21</span>)__

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

Expand Down
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.3.0.dev"
__version__ = "1.3.0"

import os
from typing import Dict
Expand Down

0 comments on commit 41cf7c6

Please sign in to comment.