Skip to content

Commit 3ab521f

Browse files
Bump version to 3.4.0 (#95)
* Bump version to 3.4.0 for release * Rename Execution history to Pending execution approvals in tier table
1 parent e4a2d24 commit 3ab521f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Need more capacity than Community without moving to Enterprise? Evaluation uses
5656
| Org-wide policies | 0 | 5 | Unlimited |
5757
| Audit retention | 3 days | 14 days | 3650 days |
5858
| Concurrent executions | 5 | 25 | Unlimited |
59-
| Execution history | 50 | 500 | Unlimited |
59+
| Pending execution approvals | 5 | 25 | Unlimited |
6060

6161
Also includes higher limits for LLM providers and MAP planning.
6262

axonflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
WorkflowStepInfo,
200200
)
201201

202-
__version__ = "3.2.0"
202+
__version__ = "3.4.0"
203203
__all__ = [
204204
# Main client
205205
"AxonFlow",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "axonflow"
7-
version = "3.3.1"
7+
version = "3.4.0"
88
description = "AxonFlow Python SDK - Enterprise AI Governance in 3 Lines of Code"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)