From 026782eb133fe14d47baac6c4813fdab2e67f9b2 Mon Sep 17 00:00:00 2001 From: Elizabeth Thompson Date: Wed, 3 Mar 2021 13:32:19 -0800 Subject: [PATCH] use semver for badge sort (#13424) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 673684da5..0f8ca94c5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Superset ========= [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/apache/superset) +![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/apache/superset?sort=semver) [![Build Status](https://github.com/apache/superset/workflows/Python/badge.svg)](https://github.com/apache/superset/actions) [![PyPI version](https://badge.fury.io/py/apache-superset.svg)](https://badge.fury.io/py/apache-superset) [![Coverage Status](https://codecov.io/github/apache/superset/coverage.svg?branch=master)](https://codecov.io/github/apache/superset)