This is an automated email from the ASF dual-hosted git repository. BewareMyPower pushed a commit to branch branch-3.12 in repository https://gitbox.apache.org/repos/asf/pulsar-client-python.git
commit 2b7a9138d8126dc411c611522b2940b6076ec0c8 Author: Yunze Xu <[email protected]> AuthorDate: Wed May 13 13:54:50 2026 +0800 Bump version to 3.12.0 --- pulsar/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulsar/__about__.py b/pulsar/__about__.py index f7a7285..e97e56e 100644 --- a/pulsar/__about__.py +++ b/pulsar/__about__.py @@ -16,4 +16,4 @@ # specific language governing permissions and limitations # under the License. # -__version__='3.12.0a1' +__version__='3.12.0'
