Skip to content

Commit

Permalink
CompatHelper: bump compat for ApproxFunBase to 0.9, (keep existing co…
Browse files Browse the repository at this point in the history
…mpat) (#286)

* CompatHelper: bump compat for ApproxFunBase to 0.9, (keep existing compat)

* Bump version to v0.6.41

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Jishnu Bhattacharya <[email protected]>
  • Loading branch information
3 people authored Aug 2, 2023
1 parent c4d7be5 commit 4069a3d
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,6 +1,6 @@
name = "ApproxFunOrthogonalPolynomials"
uuid = "b70543e2-c0d9-56b8-a290-0d4d6d4de211"
version = "0.6.40"
version = "0.6.41"

[deps]
ApproxFunBase = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
Expand All @@ -27,7 +27,7 @@ Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
ApproxFunOrthogonalPolynomialsStaticExt = "Static"

[compat]
ApproxFunBase = "0.8.39"
ApproxFunBase = "0.8.39, 0.9"
ApproxFunBaseTest = "0.1"
Aqua = "0.6"
BandedMatrices = "0.16, 0.17"
Expand Down

2 comments on commit 4069a3d

@jishnub
Copy link
Member

@jishnub jishnub commented on 4069a3d Aug 2, 2023

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

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.41 -m "<description of version>" 4069a3dba69bd9f1896d9aabae6c25cad123f0a8
git push origin v0.6.41

Please sign in to comment.