Skip to content

Commit

Permalink
Require Julia 0.7+.
Browse files Browse the repository at this point in the history
  • Loading branch information
twavv committed Aug 28, 2019
1 parent 62752da commit 973fdd1
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 @@ -20,6 +20,9 @@ Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"

[compat]
julia = "0.7, 1"

[extras]
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down

2 comments on commit 973fdd1

@twavv
Copy link
Member Author

@twavv twavv commented on 973fdd1 Aug 28, 2019

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

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.8.11 -m "<description of version>" 973fdd1e868ad594ec458ba3b2baed389180999e
git push origin v0.8.11

Also, note the warning: Version 0.8.11 skips over 0.8.10
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.