Skip to content

Commit

Permalink
CompatHelper: bump compat for ClassicalOrthogonalPolynomials to 0.8, …
Browse files Browse the repository at this point in the history
…(keep existing compat) (#66)

* CompatHelper: bump compat for ClassicalOrthogonalPolynomials to 0.8, (keep existing compat)

* v0.4.4

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Sheehan Olver <[email protected]>
  • Loading branch information
3 people authored Apr 21, 2023
1 parent ad7e9e1 commit 509df99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "HarmonicOrthogonalPolynomials"
uuid = "e416a80e-9640-42f3-8df8-80a93ca01ea5"
authors = ["Sheehan Olver <[email protected]>"]
version = "0.4.3"
version = "0.4.4"

[deps]
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
Expand All @@ -20,7 +20,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
BlockArrays = "0.16"
BlockBandedMatrices = "0.11, 0.12"
ClassicalOrthogonalPolynomials = "0.7"
ClassicalOrthogonalPolynomials = "0.7, 0.8"
ContinuumArrays = "0.12"
DomainSets = "0.5, 0.6"
FastTransforms = "0.14, 0.15"
Expand Down

2 comments on commit 509df99

@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/82048

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.4 -m "<description of version>" 509df99eff420876ea039e9407acb226ecbe2665
git push origin v0.4.4

Please sign in to comment.