diff --git a/R/DESCRIPTION b/R/DESCRIPTION index 7830ad1f..60548864 100644 --- a/R/DESCRIPTION +++ b/R/DESCRIPTION @@ -1,6 +1,6 @@ Package: bridgestan Title: BridgeStan, Accessing Stan Model Functions in R -Version: 2.1.1 +Version: 2.1.2 Authors@R: person(given="Brian", family="Ward", , "bward@flatironinstitute.org", role = c("aut", "cre")) License: BSD_3_clause diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index 31244b17..f705e859 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -4,6 +4,11 @@ "version": "latest", "url": "https://roualdes.github.io/bridgestan/latest/" }, + { + "name": "v2.1.2", + "version": "v2.1.2", + "url": "https://roualdes.github.io/bridgestan/v2.1.2/" + }, { "name": "v2.1.1", "version": "v2.1.1", diff --git a/julia/Artifacts.toml b/julia/Artifacts.toml index 3f0bb45f..b90a28a6 100644 --- a/julia/Artifacts.toml +++ b/julia/Artifacts.toml @@ -1,7 +1,7 @@ [bridgestan] -git-tree-sha1 = "ac3a3214a3759f4eb652ce30f2e1b2feb6df1f00" +git-tree-sha1 = "a81a3938b39cd8994580743cd261f7458f4038f8" lazy = true [[bridgestan.download]] - sha256 = "6eb3526b831fc81bd4283169e38ad54bf0cf91ebc5a527862212fbd6b8fe603e" - url = "https://github.com/roualdes/bridgestan/releases/download/v2.1.1/bridgestan-2.1.1.tar.gz" + sha256 = "53123d4b04288c73eda0dbbb0035398fe050afe133c1e1a1b6867902657a2495" + url = "https://github.com/roualdes/bridgestan/releases/download/v2.1.2/bridgestan-2.1.2.tar.gz" diff --git a/julia/Project.toml b/julia/Project.toml index 4584149c..2bd2bdd1 100644 --- a/julia/Project.toml +++ b/julia/Project.toml @@ -1,7 +1,7 @@ name = "BridgeStan" uuid = "c88b6f0a-829e-4b0b-94b7-f06ab5908f5a" authors = ["Brian Ward ", "Bob Carpenter "] -version = "2.1.1" +version = "2.1.2" [deps] LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3" diff --git a/python/bridgestan/__version.py b/python/bridgestan/__version.py index 44e1ec5f..6d0712cf 100644 --- a/python/bridgestan/__version.py +++ b/python/bridgestan/__version.py @@ -1,2 +1,2 @@ -__version__ = "2.1.1" +__version__ = "2.1.2" __version_info__ = tuple(map(int, __version__.split("."))) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 219e3859..cc334eb2 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bridgestan" -version = "2.1.1" +version = "2.1.2" edition = "2021" rust-version = "1.69" description = "Rust interface for BridgeStan" diff --git a/src/version.hpp b/src/version.hpp index 8a536c1c..91e58674 100644 --- a/src/version.hpp +++ b/src/version.hpp @@ -13,7 +13,7 @@ #define BRIDGESTAN_MAJOR 2 #define BRIDGESTAN_MINOR 1 -#define BRIDGESTAN_PATCH 1 +#define BRIDGESTAN_PATCH 2 namespace bridgestan {