Skip to content

Commit

Permalink
Add version bounds for Conda and Reexport
Browse files Browse the repository at this point in the history
Effectively a non-functional change.
  • Loading branch information
ararslan committed Nov 9, 2019
1 parent 94240b4 commit b17ecac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
AbstractFFTs = "0.5"
BinaryProvider = "0.5"
Conda = "1"
Reexport = "0.2"
julia = "1"

[extras]
Expand Down

2 comments on commit b17ecac

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

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 v1.1.0 -m "<description of version>" b17ecacec9d8fa4e27eaa6ab8609ee39853030bd
git push origin v1.1.0

Please sign in to comment.