Skip to content

Commit 8ad25ad

Browse files
authored
Prepare version 2.3.1 (#1102)
1 parent 94ab7e0 commit 8ad25ad

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

doc/_static/switcher.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"name": "2.3 (latest)",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"url": "https://param.holoviz.org/en/docs/latest/",
66
"preferred": true
77
},

doc/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ def patch_get_import_prefixes_from_env(env) -> list[str | None]:
113113
"version_match": switcher_version,
114114
},
115115
"show_version_warning_banner": True,
116+
"announcement": "Param 2.3 has just been released! Check out the <a href='https://blog.holoviz.org/posts/param_release_2.3/'>release blog post</a> and support Param by giving it a 🌟 on <a href='https://github.com/holoviz/param'>Github</a>.",
117+
116118
}
117119

118120
extensions += [ # noqa

doc/releases.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Releases
22

3+
## Version 2.3.1
4+
5+
Date: 2025-11-25
6+
7+
This patch release fixes a regression introduced in the `param.parameterized.edit_constant` context manager.
8+
9+
Fixes:
10+
11+
- Fix `edit_constant` to prevent class value mutation when not constant
12+
13+
[*Full Changelog*](https://github.com/holoviz/param/compare/v2.3.0...v2.3.1)
14+
315
## Version 2.3.0
416

517
Date: 2025-11-13

0 commit comments

Comments
 (0)