Skip to content

Commit

Permalink
CompatHelper: bump compat for "Distributions" to "0.25" (#300)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for "Distributions" to "0.25"

* CompatHelper: bump compat for "Distributions" to "0.25" for package test (#301)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Bump version

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: David Widmann <[email protected]>
  • Loading branch information
github-actions[bot] and devmotion authored May 12, 2021
1 parent 9007009 commit 223c5f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uuid = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
keywords = ["markov chain monte carlo", "probablistic programming"]
license = "MIT"
desc = "Chain types and utility functions for MCMC simulations."
version = "4.10.0"
version = "4.11.0"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand Down Expand Up @@ -33,7 +33,7 @@ AbstractFFTs = "0.5, 1"
AbstractMCMC = "0.4, 0.5, 1.0, 2.0, 3.0"
AxisArrays = "0.4.2"
Compat = "2.2, 3"
Distributions = "0.21, 0.22, 0.23, 0.24"
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
Formatting = "0.4"
IteratorInterfaceExtensions = "0.1.1, 1"
MLJModelInterface = "0.3.5, 0.4, 1.0"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
[compat]
AbstractMCMC = "2.2.1, 3.0"
DataFrames = "0.22.4, 1.0"
Distributions = "0.24.12"
Distributions = "0.24.12, 0.25"
Documenter = "0.26"
FFTW = "1.1"
IteratorInterfaceExtensions = "1"
Expand Down

2 comments on commit 223c5f8

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

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.11.0 -m "<description of version>" 223c5f8d3f0193df1891b98f6ad5122336e8b185
git push origin v4.11.0

Please sign in to comment.