We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc6d63 commit 082bf10Copy full SHA for 082bf10
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## In Development
+## 0.11.4
4
- Documentation example fixes: added missing imports and stubs to extending-talkpipe.md,
5
metadata-stream.md, pipe-api.md; introduced `# skip-extract` for blocks that cannot run
6
standalone (setup.py, relative imports, illustrative fragments); updated
pyproject.toml
@@ -16,7 +16,7 @@ requires-python = ">=3.11"
16
keywords = ["ai"]
17
license = "Apache-2.0"
18
classifiers = [
19
- "Development Status :: 3 - Alpha",
+ "Development Status :: 4 - Beta",
20
"Programming Language :: Python :: 3",
21
"Operating System :: OS Independent",
22
]
0 commit comments