Skip to content

Commit

Permalink
Merge pull request #20 from ludvigak/compathelper/new_version/2020-07…
Browse files Browse the repository at this point in the history
…-14-00-02-58-380-2146601790

CompatHelper: add new compat entry for "Conda" at version "1.4"
  • Loading branch information
ludvigak committed Jul 14, 2020
2 parents 952c35a + d74f566 commit 5c8ea82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Project.toml
Expand Up @@ -9,8 +9,9 @@ Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"

[compat]
BinDeps = "≥ 0.8.10"
julia = "≥ 1.0.0"
BinDeps = "1.0"
Conda = "1.4"
julia = "1.0"

[extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down

2 comments on commit 5c8ea82

@ludvigak
Copy link
Owner 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/17903

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 v1.0.0 -m "<description of version>" 5c8ea824aa7ab32d1a28d2b6078c5459591212e3
git push origin v1.0.0

Please sign in to comment.