Skip to content

Commit

Permalink
Merge pull request #773 from JuliaApproximation/compathelper/new_vers…
Browse files Browse the repository at this point in the history
…ion/2022-05-11-01-56-41-865-1841034666

CompatHelper: bump compat for "FastTransforms" to "0.14"
  • Loading branch information
MikaelSlevinsky authored May 11, 2022
2 parents 999a138 + 4581635 commit 46b1258
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.1"
version = "0.13.2"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand Down Expand Up @@ -28,7 +28,7 @@ Calculus = "0.5"
DomainSets = "0.3, 0.4, 0.5"
DualNumbers = "0.6.2"
FFTW = "1"
FastTransforms = "0.13"
FastTransforms = "0.13, 0.14"
RecipesBase = "1.0"
Reexport = "1.0"
SpecialFunctions = "1.1, 2"
Expand Down

2 comments on commit 46b1258

@MikaelSlevinsky
Copy link
Member Author

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

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.2 -m "<description of version>" 46b12582cf2848ce9badb8d5252c87f76f22fe9b
git push origin v0.13.2

Please sign in to comment.