Skip to content

Commit

Permalink
Merge pull request #5376 from cylc/prepare-8.1.2
Browse files Browse the repository at this point in the history
Prepare release: 8.1.2
  • Loading branch information
MetRonnie authored Feb 20, 2023
2 parents c207c22 + 5f24b85 commit e0fb484
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 @@ -11,7 +11,7 @@ updated. Only the first match gets replaced, so it's fine to leave the old
ones in. -->

-------------------------------------------------------------------------------
## __cylc-8.1.2 (<span actions:bind='release-date'>Coming Soon</span>)__
## __cylc-8.1.2 (<span actions:bind='release-date'>Released 2023-02-20</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.2.dev'
__version__ = '8.1.2'


def iter_entry_points(entry_point_name):
Expand Down

0 comments on commit e0fb484

Please sign in to comment.