Skip to content

Commit 2d5c55f

Browse files
author
chenxi
committed
update setup.py and version
1 parent 025254a commit 2d5c55f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/aks-agent/HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ To release a new version, please select a new version number (usually plus 1 to
1212
Pending
1313
+++++++
1414

15+
1.0.0b5
16+
+++++++
17+
* Introduce the new `az aks agent-init` command for better cli interaction.
18+
* Separate llm configuration from main agent command for improved clarity and extensibility.
19+
1520
1.0.0b4
1621
+++++++
1722
* Fix the --aks-mcp flag to allow true/false values.

src/aks-agent/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from setuptools import find_packages, setup
1111

12-
VERSION = "1.0.0b4"
12+
VERSION = "1.0.0b5"
1313

1414
CLASSIFIERS = [
1515
"Development Status :: 4 - Beta",
@@ -25,6 +25,7 @@
2525

2626
DEPENDENCIES = [
2727
"holmesgpt==0.12.6; python_version >= '3.10'",
28+
"rich==13.9.4",
2829
"pytest-asyncio>=1.1.0",
2930
]
3031

0 commit comments

Comments
 (0)