This is an automated email from the ASF dual-hosted git repository.
sxnan pushed a commit to branch release-0.2
in repository https://gitbox.apache.org/repos/asf/flink-agents.git
The following commit(s) were added to refs/heads/release-0.2 by this push:
new 7acd1541 [doc] Update documents after release 0.2.1 (#587)
7acd1541 is described below
commit 7acd1541dc8b1d3f3c15573841e2588b6b998ae7
Author: Wenjin Xie <[email protected]>
AuthorDate: Thu Mar 26 11:52:12 2026 +0800
[doc] Update documents after release 0.2.1 (#587)
---
docs/config.toml | 2 +-
docs/content/docs/get-started/installation.md | 14 +-------------
2 files changed, 2 insertions(+), 14 deletions(-)
diff --git a/docs/config.toml b/docs/config.toml
index 0f751053..2966c0e8 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -34,7 +34,7 @@ pygmentsUseClasses = true
# we change the version for the complete docs when forking of a release
branch
# etc.
# The full version string as referenced in Maven (e.g. 1.2.1)
- Version = "0.2.0"
+ Version = "0.2.1"
# For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot
# release this should be the same as the regular version
diff --git a/docs/content/docs/get-started/installation.md
b/docs/content/docs/get-started/installation.md
index 16a2ea06..ad6eb860 100644
--- a/docs/content/docs/get-started/installation.md
+++ b/docs/content/docs/get-started/installation.md
@@ -111,18 +111,6 @@ Choose one of the following installation methods:
#### From Official Release
-{{< hint warning >}}
-__Temporary (v0.2.0):__ Due to PyPI wheel size limitations, the `flink-agents`
version 0.2.0 is currently not available directly from PyPI. Please download
the wheel file manually and install from local:
-
-1. Download [flink-agents 0.2.0
wheel](https://www.apache.org/dyn/closer.lua/flink/flink-agents-0.2.0/python/flink_agents-0.2.0-py3-none-any.whl)
-
-2. Install from local wheel:
-
-```shell
-pip install flink_agents-0.2.0-py3-none-any.whl apache-flink==${FLINK_VERSION}
-```
-{{< /hint >}}
-
Install Flink Agents using pip:
```shell
@@ -200,7 +188,7 @@ For execution in IDE, enable the feature `add dependencies
with provided scope t
```xml
<properties>
<flink.version>2.2</flink.version>
- <flink-agents.version>0.2.0</flink-agents.version>
+ <flink-agents.version>0.2.1</flink-agents.version>
</properties>
<dependencies>