Skip to content

Commit

Permalink
Merge pull request #283 from FourierFlows/ncc/update-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Jan 28, 2022
2 parents 43571d6 + fcb2805 commit e6423cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,10 @@ julia>]
(v1.6) pkg> instantiate
```

The most recent version of GeophysicalFlows.jl requires Julia v1.6 or later. _We strongly urge you to use this version._
The most recent version of GeophysicalFlows.jl requires Julia v1.6 (the current long-term-release) or later. _We strongly urge you to use this version._

The latest version that is compatible with Julia v1.5 is GeophysicalFlows.jl v0.13.1.

The latest version that is compatible with Julia v1.0.5 (the current long-term-release) is GeophysicalFlows.jl v0.5.1.


## Examples

Expand Down

2 comments on commit e6423cc

@navidcy
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/53342

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.14.0 -m "<description of version>" e6423cca3693f848067c6b17ee2bebd28a72da1c
git push origin v0.14.0

Please sign in to comment.