Skip to content

Commit

Permalink
chore: update badges in README (#2628)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonLuttenberger authored Jan 19, 2024
1 parent e08a6fb commit 22bdf77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .bumpversion.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit 22bdf77

Please sign in to comment.