Skip to content

Commit

Permalink
Merge pull request #2790 from metomi/prepare-2.3.0
Browse files Browse the repository at this point in the history
Prepare release: 2.3.0
  • Loading branch information
MetRonnie authored Jun 18, 2024
2 parents 6691b0d + a78ece1 commit 2e709dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ ones in. -->

--------------------------------------------------------------------------------

## 2.3.0 (<span actions:bind='release-date'>Released 2024-06-18</span>)

Minor changes required for compatibility with cylc-flow 8.3.0 (via cylc-rose).

### Enhancements

[#2754](https://github.com/metomi/rose/pull/2754) - support for file creation from Git repositories

--------------------------------------------------------------------------------

## 2.2.0 (<span actions:bind='release-date'>Released 2024-01-18</span>)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion metomi/rose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@
# Paths in the Rose distribution.
FILEPATH_README = "README.md"

__version__ = "2.3.0.dev"
__version__ = "2.3.0"

0 comments on commit 2e709dc

Please sign in to comment.