Skip to content

Commit 2fc2521

Browse files
Release 2.6.2: updating version numbers
1 parent 94fbe81 commit 2fc2521

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

R/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: bridgestan
22
Title: BridgeStan, Accessing Stan Model Functions in R
3-
Version: 2.6.1
3+
Version: 2.6.2
44
Authors@R:
55
person(given="Brian", family="Ward", , "[email protected]", role = c("aut", "cre"))
66
License: BSD_3_clause

docs/_static/switcher.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"version": "latest",
55
"url": "https://roualdes.github.io/bridgestan/latest/"
66
},
7+
{
8+
"name": "v2.6.2",
9+
"version": "v2.6.2",
10+
"url": "https://roualdes.github.io/bridgestan/v2.6.2/"
11+
},
712
{
813
"name": "v2.6.1",
914
"version": "v2.6.1",
@@ -84,4 +89,4 @@
8489
"version": "v1.0.0",
8590
"url": "https://roualdes.github.io/bridgestan/v1.0.0/"
8691
}
87-
]
92+
]

julia/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = [
55
"Bob Carpenter <[email protected]>",
66
"Edward Roualdes <[email protected]>",
77
]
8-
version = "2.6.1"
8+
version = "2.6.2"
99

1010
[deps]
1111
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"

python/bridgestan/__version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "2.6.1"
1+
__version__ = "2.6.2"
22

33
__version_info__ = tuple(map(int, __version__.split(".")))

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bridgestan"
3-
version = "2.6.1"
3+
version = "2.6.2"
44
edition = "2021"
55
rust-version = "1.69"
66
description = "Rust interface for BridgeStan"

src/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
#define BRIDGESTAN_MAJOR 2
1515
#define BRIDGESTAN_MINOR 6
16-
#define BRIDGESTAN_PATCH 1
16+
#define BRIDGESTAN_PATCH 2
1717

1818
namespace bridgestan {
1919

0 commit comments

Comments
 (0)