Skip to content

Commit

Permalink
Require at least v1.0.0 of Julia
Browse files Browse the repository at this point in the history
  • Loading branch information
lcw committed May 20, 2019
1 parent 67ba614 commit 56aa9b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1"

2 comments on commit 56aa9b0

@lcw
Copy link
Member Author

@lcw lcw commented on 56aa9b0 May 20, 2019

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

Release notes:

@simonbyrne added reference counting to automatically finalize MPI #255, updated window functions #260, and cleaned up the CMake build system #253

@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 updated: JuliaRegistries/General/819

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.9.0 -m "<description of version>" 56aa9b0b0c0370fff55efd44a824460b52309240
git push origin v0.9.0

Please sign in to comment.