From e69487e5ea928f61bcee1cb3de4d6e51e1ac7518 Mon Sep 17 00:00:00 2001
From: Remi Cresson <remi.cresson@inrae.fr>
Date: Thu, 29 Sep 2022 12:14:44 +0200
Subject: [PATCH] DOC: add badges in readme

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 3993fce..60659a8 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,10 @@
 
 Full documentation is available at [pyotb.readthedocs.io](https://pyotb.readthedocs.io/)
 
+[![Latest Release](https://gitlab.orfeo-toolbox.org/nicolasnn/pyotb/-/badges/release.svg)](https://gitlab.orfeo-toolbox.org/nicolasnn/pyotb/-/releases)
+[![pipeline status](https://gitlab.orfeo-toolbox.org/nicolasnn/pyotb/badges/master/pipeline.svg)](https://gitlab.orfeo-toolbox.org/nicolasnn/pyotb/-/commits/master)
+
+
 ## Installation
 Requirements:
 - python>=3.5 and numpy
-- 
GitLab