Skip to content

Commit

Permalink
CompatHelper: bump compat for DomainSets to 0.7, (keep existing compa…
Browse files Browse the repository at this point in the history
…t) (#76)

* CompatHelper: bump compat for DomainSets to 0.7, (keep existing compat)

* v0.5.2

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Sheehan Olver <[email protected]>
  • Loading branch information
3 people authored Oct 23, 2023
1 parent 732876e commit 79f0221
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.5.1"
version = "0.5.2"

[deps]
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
Expand All @@ -22,7 +22,7 @@ BlockArrays = "0.16"
BlockBandedMatrices = "0.11, 0.12"
ClassicalOrthogonalPolynomials = "0.11"
ContinuumArrays = "0.15, 0.16"
DomainSets = "0.6"
DomainSets = "0.6, 0.7"
FastTransforms = "0.14, 0.15"
InfiniteArrays = "0.12, 0.13"
IntervalSets = "0.5, 0.6, 0.7"
Expand Down

2 comments on commit 79f0221

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

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.5.2 -m "<description of version>" 79f0221ec2bbe0bb2aeb625c9d30208fe75abdf5
git push origin v0.5.2

Please sign in to comment.