Skip to content

Commit

Permalink
CompatHelper: bump compat for BSplineKit to 0.16, (keep existing comp…
Browse files Browse the repository at this point in the history
…at) (#693)

* CompatHelper: bump compat for BSplineKit to 0.16, (keep existing compat)

* spacing tweak

* patch bump

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Phillip Alday <[email protected]>
  • Loading branch information
3 people authored May 28, 2023
1 parent ba1fcf5 commit d11061c
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,7 +1,7 @@
name = "MixedModels"
uuid = "ff71e718-51f3-5ec2-a782-8ffcbfa3c316"
author = ["Phillip Alday <[email protected]>", "Douglas Bates <[email protected]>", "Jose Bayoan Santiago Calderon <[email protected]>"]
version = "4.14.0"
version = "4.14.1"

[deps]
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"
Expand Down Expand Up @@ -31,7 +31,7 @@ TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"

[compat]
Arrow = "1, 2"
BSplineKit = "0.14,0.15"
BSplineKit = "0.14, 0.15, 0.16"
DataAPI = "1"
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
GLM = "1.8.2"
Expand Down

2 comments on commit d11061c

@palday
Copy link
Member

@palday palday commented on d11061c May 28, 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/84425

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 v4.14.1 -m "<description of version>" d11061c1ca81e410162c7a9fa11de05fb17e1f3e
git push origin v4.14.1

Please sign in to comment.