Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #212 from invenia/compathelper/new_version/2021-11…
Browse files Browse the repository at this point in the history
…-23-01-10-32-475-03071541984

CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat)
  • Loading branch information
oxinabox committed Nov 23, 2021
2 parents f5adedb + da8a493 commit 71766f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
@@ -1,6 +1,6 @@
name = "Nabla"
uuid = "49c96f43-aa6d-5a04-a506-44c7070ebe78"
version = "0.13.2"
version = "0.13.3"

[deps]
ChainRules = "082447d4-558c-5d27-93f4-14fc19e9eca2"
Expand All @@ -21,7 +21,7 @@ ChainRulesOverloadGeneration = "0.1.2"
ExprTools = "0.1.4"
FDM = "0.6.1"
ForwardDiff = "0.10.12"
SpecialFunctions = "1.5.1"
SpecialFunctions = "1.5.1, 2"
julia = "1.3"

[extras]
Expand Down

2 comments on commit 71766f2

@oxinabox
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/49249

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.3 -m "<description of version>" 71766f2435b1476c159e054e76a315f56700e327
git push origin v0.13.3

Please sign in to comment.