055e2ecdc7
Bump version to 0.9.2 across all references. Add release notes, demo verification script, and doc updates. Key highlights: - Dispatcher: clean up leaked tasks/pages on streaming crawl close (#2071) - Docker: fix Playground Advanced Config 400 (#2059) and Monitor WebSocket 500 (#2060) - Docker: include Playwright headless shell (#2067) - GPU: fix ENABLE_GPU=true builds via CUDA toolkit non-free apt source (#2020)
9 lines
195 B
Python
9 lines
195 B
Python
# crawl4ai/__version__.py
|
|
|
|
# This is the version that will be used for stable releases
|
|
__version__ = "0.9.2"
|
|
|
|
# For nightly builds, this gets set during build process
|
|
__nightly_version__ = None
|
|
|