From 22bdf77beab60d26b8bfe420839b27c6f69abf21 Mon Sep 17 00:00:00 2001 From: Leon Luttenberger Date: Thu, 18 Jan 2024 18:48:38 -0600 Subject: [PATCH] chore: update badges in README (#2628) --- .bumpversion.toml | 5 ----- README.md | 7 ++++--- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index e8f10f1b0..fc97a2c65 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -38,11 +38,6 @@ filename = "README.md" search = "https://aws-sdk-pandas.readthedocs.io/en/{current_version}/" replace = "https://aws-sdk-pandas.readthedocs.io/en/{new_version}/" -[[tool.bumpversion.files]] -filename = "README.md" -search = "https://img.shields.io/badge/{current_version}-brightgreen.svg" -replace = "https://img.shields.io/badge/{new_version}-brightgreen.svg" - [[tool.bumpversion.files]] filename = "docs/source/install.rst" search = "awswrangler=={current_version}" diff --git a/README.md b/README.md index 069016a78..ed93e53c1 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,10 @@ Easy integration with Athena, Glue, Redshift, Timestream, OpenSearch, Neptune, Q > An [AWS Professional Service](https://aws.amazon.com/professional-services/) open source initiative | aws-proserve-opensource@amazon.com -[![Release](https://img.shields.io/badge/3.5.2-brightgreen.svg)](https://pypi.org/project/awswrangler/) -[![Python Version](https://img.shields.io/badge/python-3.8%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-brightgreen.svg)](https://anaconda.org/conda-forge/awswrangler) -[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) +[![PyPi](https://img.shields.io/pypi/v/awswrangler)](https://pypi.org/project/awswrangler/) +[![Conda](https://img.shields.io/conda/vn/conda-forge/awswrangler)](https://anaconda.org/conda-forge/awswrangler) +[![Python Version](https://img.shields.io/pypi/pyversions/awswrangler.svg)](https://pypi.org/project/awswrangler/) +[![Code style: ruff](https://img.shields.io/badge/code%20style-ruff-000000.svg)](https://github.com/astral-sh/ruff) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)