Skip to content

Commit

Permalink
CompatHelper: bump compat for "SpecialFunctions" to "2" (#65)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for "SpecialFunctions" to "2"

* 0.4.6

* Update ci.yml

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sheehan Olver <[email protected]>
  • Loading branch information
github-actions[bot] and dlfivefifty authored Dec 15, 2021
1 parent 29a9f10 commit 3f4113a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
matrix:
version:
- '1.5'
- '1.6'
- '1'
- '^1.7.0-0'
os:
- ubuntu-latest
- macOS-latest
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ApproxFunOrthogonalPolynomials"
uuid = "b70543e2-c0d9-56b8-a290-0d4d6d4de211"
version = "0.4.5"
version = "0.4.6"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand Down Expand Up @@ -32,7 +32,7 @@ FastTransforms = "0.12, 0.13"
FillArrays = "0.11, 0.12"
IntervalSets = "0.5"
Reexport = "0.2, 1"
SpecialFunctions = "0.10, 1.0"
SpecialFunctions = "0.10, 1.0, 2"
julia = "1.5"

[extras]
Expand Down

2 comments on commit 3f4113a

@dlfivefifty
Copy link
Member

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/50638

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.4.6 -m "<description of version>" 3f4113a291ab828ea7221b7aeb8ba1ffc458a80d
git push origin v0.4.6

Please sign in to comment.