Skip to content

Commit 482c7dc

Browse files
committed
Publish 3.0.0b9
SHA256 hashes: jupyter_ai-3.0.0b9-py3-none-any.whl: 4afe3ad7d2ea93681d8bddf40c4e2b49bfe598e13b4a1086a81fe4069e941385 jupyter_ai-3.0.0b9.tar.gz: 32854874155ea1159fb607496729601c9b93fcda46b6ab63249c09b48baec2a7
1 parent bc40770 commit 482c7dc

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 3.0.0b9
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/v3.0.0b8...bc407706258e93f9a2ae3cd7bbb05ada9c31acc3))
8+
9+
### Bugs fixed
10+
11+
- Fix chat commands UI & Jupyternaut model configuration [#1498](https://github.com/jupyterlab/jupyter-ai/pull/1498) ([@dlqqq](https://github.com/dlqqq))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2025-11-03&to=2025-11-05&type=c))
16+
17+
[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2025-11-03..2025-11-05&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 3.0.0b8
622

723
See [this issue](https://github.com/jupyterlab/jupyter-ai/issues/1495) for more info. We're presenting this release at JupyterCon 2025 in San Diego two days from now! More details to follow.
@@ -18,8 +34,6 @@ See [this issue](https://github.com/jupyterlab/jupyter-ai/issues/1495) for more
1834

1935
[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2025-09-10..2025-11-03&type=Issues)
2036

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2337
## 3.0.0beta7
2438

2539
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))

jupyter_ai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.0b8"
1+
__version__ = "3.0.0b9"

0 commit comments

Comments
 (0)