Skip to content

Commit

Permalink
CompatHelper: bump compat for BandedMatrices to 1, (keep existing com…
Browse files Browse the repository at this point in the history
…pat) (#605)

* CompatHelper: bump compat for BandedMatrices to 1, (keep existing compat)

* Bump version to v0.9.17

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Jishnu Bhattacharya <[email protected]>
  • Loading branch information
3 people authored Oct 4, 2023
1 parent 9c921b3 commit e1f59dc
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.9.16"
version = "0.9.17"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand All @@ -27,7 +27,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
AbstractFFTs = "0.5, 1"
Aqua = "0.7"
BandedMatrices = "0.16, 0.17"
BandedMatrices = "0.16, 0.17, 1"
BlockArrays = "0.14, 0.15, 0.16"
BlockBandedMatrices = "0.10, 0.11, 0.12"
Calculus = "0.5"
Expand Down

2 comments on commit e1f59dc

@jishnub
Copy link
Member

@jishnub jishnub commented on e1f59dc Oct 4, 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/92713

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

Please sign in to comment.