From ce1d15f2d11f3eab9228c7fe54e2ea68bbaec279 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste DONNETTE Date: Fri, 27 Sep 2024 17:58:23 +0200 Subject: [PATCH] chore: Add GitHub release badge to the repository --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d076664d..67a03857 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ This is a python wrapper for Lago API [![PyPI version](https://badge.fury.io/py/lago-python-client.svg)](https://badge.fury.io/py/lago-python-client) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://spdx.org/licenses/MIT.html) +## Current Releases + +| Project | Release Badge | +|--------------------|-----------------------------------------------------------------------------------------------------| +| **Lago** | [![Lago Release](https://img.shields.io/github/v/release/getlago/lago)](https://github.com/getlago/lago/releases) | +| **Lago Python Client** | [![Lago Python Client Release](https://img.shields.io/github/v/release/getlago/lago-python-client)](https://github.com/getlago/lago-python-client/releases) | + ## Installation Install the lago-python-client via pip from PyPI: