Skip to content

Commit

Permalink
CompatHelper: bump compat for SpecialFunctions to 2, (keep existing c…
Browse files Browse the repository at this point in the history
…ompat) (#131)

* CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat)

* Update Project.toml

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 23, 2021
1 parent 7f45786 commit 8c9974f
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 = "StatsFuns"
uuid = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
version = "0.9.13"
version = "0.9.14"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand All @@ -18,7 +18,7 @@ IrrationalConstants = "0.1"
LogExpFunctions = "0.3.2"
Reexport = "1"
Rmath = "0.4, 0.5, 0.6, 0.7"
SpecialFunctions = "0.8, 0.9, 0.10, 1.0"
SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 2"
julia = "1"

[extras]
Expand Down

2 comments on commit 8c9974f

@devmotion
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/49242

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.14 -m "<description of version>" 8c9974ffe40638deb95bcbb1ce947995919a7538
git push origin v0.9.14

Please sign in to comment.