Skip to content

Commit

Permalink
CompatHelper: bump compat for "LazyArrays" to "0.18" (#49)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for "LazyArrays" to "0.18"

* v0.3.7

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sheehan Olver <[email protected]>
  • Loading branch information
github-actions[bot] and dlfivefifty authored Sep 7, 2020
1 parent a09867d commit a04cbd7
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 = "ApproxFunBase"
uuid = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
version = "0.3.6"
version = "0.3.7"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand Down Expand Up @@ -40,7 +40,7 @@ FastGaussQuadrature = "0.4"
FillArrays = "0.8, 0.9"
InfiniteArrays = "0.4, 0.5, 0.6, 0.7, 0.8"
IntervalSets = "0.5"
LazyArrays = "0.14, 0.15, 0.16, 0.17"
LazyArrays = "0.14, 0.15, 0.16, 0.17, 0.18"
LowRankApprox = "0.2, 0.3, 0.4"
SpecialFunctions = "0.8, 0.9, 0.10"
StaticArrays = "0.12"
Expand Down

2 comments on commit a04cbd7

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

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.3.7 -m "<description of version>" a04cbd75e3fe7dcd4eb59b267436af609e30ddf6
git push origin v0.3.7

Please sign in to comment.