Skip to content

Commit

Permalink
CompatHelper: bump compat for "AbstractMCMC" to "3.0" (#282)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for "AbstractMCMC" to "3.0"

* CompatHelper: bump compat for "AbstractMCMC" to "3.0" for package test (#283)

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

* Update Project.toml

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 Apr 8, 2021
1 parent 2d710cb commit 2ff0a26
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.7.4"
version = "4.7.5"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand All @@ -28,7 +28,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
AbstractFFTs = "0.5, 1"
AbstractMCMC = "0.4, 0.5, 1.0, 2.0"
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"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"

[compat]
AbstractMCMC = "2.2.1"
AbstractMCMC = "2.2.1, 3.0"
DataFrames = "0.22.4"
Distributions = "0.24.12"
Documenter = "0.26"
Expand Down

2 comments on commit 2ff0a26

@torfjelde
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/33855

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.7.5 -m "<description of version>" 2ff0a26beda7223552e47d25d948d6c7e44baa95
git push origin v4.7.5

Please sign in to comment.