Skip to content

Commit 22bdf77

Browse files
chore: update badges in README (#2628)
1 parent e08a6fb commit 22bdf77

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.bumpversion.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ filename = "README.md"
3838
search = "https://aws-sdk-pandas.readthedocs.io/en/{current_version}/"
3939
replace = "https://aws-sdk-pandas.readthedocs.io/en/{new_version}/"
4040

41-
[[tool.bumpversion.files]]
42-
filename = "README.md"
43-
search = "https://img.shields.io/badge/{current_version}-brightgreen.svg"
44-
replace = "https://img.shields.io/badge/{new_version}-brightgreen.svg"
45-
4641
[[tool.bumpversion.files]]
4742
filename = "docs/source/install.rst"
4843
search = "awswrangler=={current_version}"

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ Easy integration with Athena, Glue, Redshift, Timestream, OpenSearch, Neptune, Q
1111

1212
> An [AWS Professional Service](https://aws.amazon.com/professional-services/) open source initiative | [email protected]
1313
14-
[![Release](https://img.shields.io/badge/3.5.2-brightgreen.svg)](https://pypi.org/project/awswrangler/)
15-
[![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)
16-
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
14+
[![PyPi](https://img.shields.io/pypi/v/awswrangler)](https://pypi.org/project/awswrangler/)
15+
[![Conda](https://img.shields.io/conda/vn/conda-forge/awswrangler)](https://anaconda.org/conda-forge/awswrangler)
16+
[![Python Version](https://img.shields.io/pypi/pyversions/awswrangler.svg)](https://pypi.org/project/awswrangler/)
17+
[![Code style: ruff](https://img.shields.io/badge/code%20style-ruff-000000.svg)](https://github.com/astral-sh/ruff)
1718
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
1819

1920
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)

0 commit comments

Comments
 (0)