Skip to content

Commit

Permalink
Prepare release: 1.1.0 (#158)
Browse files Browse the repository at this point in the history
* Prepare release 1.1.0

Workflow: Release stage 1 - create release PR, run: 26

* Update dependencies

* Update changelog

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ronnie Dutta <[email protected]>
  • Loading branch information
github-actions[bot] and MetRonnie authored Jul 28, 2022
1 parent a17b95a commit 5ce50b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Selected Cylc-Rose Changes

## __cylc-rose-1.? (<span actions:bind='release-date'>Pending</span>)__
<!-- The topmost release date is automatically updated by GitHub Actions. When
creating a new release entry be sure to copy & paste the span tag with the
`actions:bind` attribute, which is used by a regex to find the text to be
updated. Only the first match gets replaced, so it's fine to leave the old
ones in. -->
## __cylc-rose-1.1.0 (<span actions:bind='release-date'>Released 2022-07-28</span>)__

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion cylc/rose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,4 @@
"""

__version__ = '1.0.4.dev'
__version__ = '1.1.0'
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ packages = find_namespace:
python_requires = >=3.7
include_package_data = True
install_requires =
metomi-rose==2.0rc4.* # the .* permits dev versions
cylc-flow==8.0rc4.* # the .* permits dev versions
metomi-rose==2.0.*
cylc-flow==8.0.*
metomi-isodatetime
jinja2

Expand Down

0 comments on commit 5ce50b8

Please sign in to comment.