Skip to content

Commit

Permalink
SpecialFunctions bump (#78)
Browse files Browse the repository at this point in the history
* SpecialFunctions bump

* Update .travis.yml
  • Loading branch information
dlfivefifty committed Nov 18, 2020
1 parent fe904ac commit 67708c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ os:
- linux
- osx
julia:
- 0.7
- 1.0
- 1.1
- 1.5
- nightly
notifications:
email: false
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

[compat]
NaNMath = "0.3"
SpecialFunctions = "0.10, 1.0"
SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0"
julia = "0.7, 1.0"

[extras]
Expand Down

2 comments on commit 67708c0

@dlfivefifty
Copy link
Collaborator 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/24877

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.6.3 -m "<description of version>" 67708c07caff45f301b88fc98e908825500c4f75
git push origin v0.6.3

Please sign in to comment.