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) (#900)

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

* Bump version to v0.13.22

---------

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: Jishnu Bhattacharya <jishnub.github@gmail.com>
  • Loading branch information
3 people authored Aug 2, 2023
1 parent 5943d09 commit 4c47083
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 = "ApproxFun"
uuid = "28f2ccd6-bb30-5033-b560-165f7b14dc2f"
version = "0.13.21"
version = "0.13.22"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand All @@ -26,7 +26,7 @@ ApproxFunDualNumbersExt = "DualNumbers"

[compat]
AbstractFFTs = "1.0"
ApproxFunBase = "0.8.44"
ApproxFunBase = "0.8.44, 0.9"
ApproxFunBaseTest = "0.1"
ApproxFunFourier = "0.3"
ApproxFunOrthogonalPolynomials = "0.5, 0.6"
Expand Down

2 comments on commit 4c47083

@jishnub
Copy link
Member

@jishnub jishnub commented on 4c47083 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/88868

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.13.22 -m "<description of version>" 4c4708351a871d4acbd242b9a0e0af9a06ba3085
git push origin v0.13.22

Please sign in to comment.