Skip to content

Commit a3076dd

Browse files
author
semantic-release
committed
chore: release 0.3.2
1 parent 6104726 commit a3076dd

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# CHANGELOG
22

33

4+
## v0.3.2 (2026-03-02)
5+
6+
### Bug Fixes
7+
8+
- Rename PyPI package to openadapt-consilium
9+
([#6](https://github.com/OpenAdaptAI/openadapt-consilium/pull/6),
10+
[`6104726`](https://github.com/OpenAdaptAI/openadapt-consilium/commit/61047268fc63070bffc04d8521278b50a9b091d0))
11+
12+
The `consilium` name on PyPI is owned by another project. Rename to `openadapt-consilium` to match
13+
the repo name. The Python import name remains `consilium` (unchanged).
14+
15+
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
16+
17+
418
## v0.3.1 (2026-03-02)
519

620
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openadapt-consilium"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "Multi-LLM council for consensus-driven AI responses"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/consilium/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from consilium.model_registry import get_latest, list_models
2222
from consilium.sdk import council_query
2323

24-
__version__ = "0.3.1"
24+
__version__ = "0.3.2"
2525
__all__ = [
2626
"Council",
2727
"CouncilResult",

0 commit comments

Comments
 (0)