Skip to content

Commit

Permalink
CompatHelper: bump compat for Compat to 4, (keep existing compat) (#225)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for Compat to 4, (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 May 24, 2022
1 parent ddaadc8 commit 48c43f8
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 = "DistributionsAD"
uuid = "ced4e74d-a319-5a8a-b0ac-84af2272839c"
version = "0.6.39"
version = "0.6.40"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand All @@ -25,7 +25,7 @@ ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
Adapt = "2, 3"
ChainRules = "1"
ChainRulesCore = "1"
Compat = "3.6"
Compat = "3.6, 4"
DiffRules = "0.1, 1.0"
Distributions = "0.25.41"
FillArrays = "0.9, 0.10, 0.11, 0.12, 0.13"
Expand Down

2 comments on commit 48c43f8

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

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.6.40 -m "<description of version>" 48c43f8e8062ba95542330735593b5275117e592
git push origin v0.6.40

Please sign in to comment.