Skip to content

Commit

Permalink
Merge pull request #5517 from cylc/prepare-8.1.4
Browse files Browse the repository at this point in the history
Prepare release: 8.1.4
  • Loading branch information
MetRonnie authored May 4, 2023
2 parents 66794d1 + ff69e73 commit 66a3119
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 @@ -10,7 +10,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-8.1.4 (<span actions:bind='release-date'>Upcoming</span>)__
## __cylc-8.1.4 (<span actions:bind='release-date'>Released 2023-05-04</span>)__

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion cylc/flow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def environ_init():

environ_init()

__version__ = '8.1.4.dev'
__version__ = '8.1.4'


def iter_entry_points(entry_point_name):
Expand Down

0 comments on commit 66a3119

Please sign in to comment.