Skip to content

Commit d274a95

Browse files
authored
Merge branch 'main' into py/split
2 parents 656cb9c + 4c77999 commit d274a95

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.14.0
1+
## 0.13.1
22

33
Moved the functions `varname_leaves` and `varname_and_value_leaves` to AbstractPPL.
44
They are now part of the public API of AbstractPPL.

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uuid = "7a57a42e-76ec-4ea3-a279-07e840d6d9cf"
33
keywords = ["probablistic programming"]
44
license = "MIT"
55
desc = "Common interfaces for probabilistic programming"
6-
version = "0.14.0"
6+
version = "0.13.1"
77

88
[deps]
99
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"

test/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ Distributions = "0.25"
1717
Documenter = "0.26.3, 0.27, 1"
1818
InvertedIndices = "1"
1919
OffsetArrays = "1"
20+
OrderedCollections = "1"
2021
julia = "1"

0 commit comments

Comments
 (0)