Skip to content

Commit

Permalink
Merge pull request #2377 from wxtim/pre-release-stuff
Browse files Browse the repository at this point in the history
Pre release stuff
  • Loading branch information
matthewrmshin authored Sep 23, 2019
2 parents 918c521 + 0022c68 commit 0216363
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis/now
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ _install_rose () {

_install_cylc () {
APT+=(at heirloom-mailx)
GIT+=('cylc|cylc-flow|master')
RC_PATH+=("${HOME}/cylc-master/bin")
}

_install_fcm () {
Expand Down
29 changes: 29 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,35 @@ for a full listing of issues for each release.

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

## 2.0a1 (2019-09-19)

Rose release 59. This is an __alpha preview__ release. It is expected that it
will be used with:
* [cylc-flow-8.0a1](https://github.com/cylc/cylc-flow/releases/tag/7.8.2), and
* [fcm-2019.05.0](https://github.com/metomi/fcm/releases/tag/2019.05.0).

It is able to run most existing Rose Suites and has been ported to Python3.

**but**
* It is not production-ready yet.
* There are no GUI programs available.

### Noteworthy Changes

**This is the first Python3 version of Rose**

[#2288](https://github.com/metomi/rose/pull/2288):
Rosie & Rosa: migrate to Python 3(.6-.7) & Tornado

[#2317](https://github.com/metomi/rose/pull/2317):
Python3 Conversion of Rose Suite Run

[#2366](https://github.com/metomi/rose/pull/2366):
Rose and Rosie: Future versions of Rose will be deployed to PyPI and installed
via Conda.

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

## 2019.01.1 (2019-05-03)

Rose release 58. This maintenance release is expected to be used with:
Expand Down
2 changes: 1 addition & 1 deletion metomi/rose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@
# Paths in the Rose distribution.
FILEPATH_README = "README.md"

__version__ = "2.0.0alpha3"
__version__ = "2.0a1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def find_version(*file_paths):

INSTALL_REQUIRES = [
"jinja2>=2.10.1, <2.11.0",
"cylc-flow==8.0a0",
"cylc-flow==8.0a1",
"aiofiles",
"tornado",
"sqlalchemy",
Expand Down

0 comments on commit 0216363

Please sign in to comment.