From 558779bfdd9c4e82363cda4abc821071dc902c59 Mon Sep 17 00:00:00 2001 From: Filip Hrisafov Date: Mon, 3 Nov 2025 18:30:38 +0100 Subject: [PATCH] Add latest version badges to Readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 70906b4..47aa146 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Flowable External Client Python -[License: -![license](https://img.shields.io/hexpm/l/plug.svg)](https://github.com/flowable/flowable-external-client-python/blob/main/LICENSE) +[![External Worker Latest Version](https://img.shields.io/pypi/v/flowable.external-worker-client.svg?label=External%20Worker)](https://pypi.org/project/flowable.external-worker-client/) +[![RPA Latest Version](https://img.shields.io/pypi/v/flowable.external-worker-client.svg?label=RPA)](https://pypi.org/project/flowable.rpaframework-client/) +[![license](https://img.shields.io/hexpm/l/plug.svg)](https://github.com/flowable/flowable-external-client-python/blob/main/LICENSE) ![Flowable Actions CI](https://github.com/flowable/flowable-external-client-python/actions/workflows/main.yml/badge.svg?branch=main) @@ -9,4 +10,4 @@ This is a collection of multiple Flowable Python clients. Currently, the project consists out of: * [External Worker Client](./external-worker): A library to connect custom application code to Flowable with the external worker functionality -* [RPA Framework Client](./rpaframework): A python module to execute RPA Framework tasks with the Flowable RPA Framework task (based on the external worker). \ No newline at end of file +* [RPA Framework Client](./rpaframework): A python module to execute RPA Framework tasks with the Flowable RPA Framework task (based on the external worker).