Skip to content

Commit 6d98834

Browse files
authored
Add PyPI and conda-forge badges (#356)
1 parent 224dc09 commit 6d98834

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.13 (unreleased)
2+
3+
* Add PyPI and conda-forge badges to README file (Trevor James Smith, #356).
4+
15
# 2.12 (2024-09-17)
26

37
* Use `ruff` for linting and formatting (Anh Trinh, #347, #349).

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Vulture - Find dead code
22

3+
[![PyPI Version](https://img.shields.io/pypi/v/vulture.svg)](https://pypi.python.org/pypi/vulture)
4+
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/vulture.svg)](https://anaconda.org/conda-forge/vulture)
35
![CI:Test](https://github.com/jendrikseipp/vulture/workflows/CI/badge.svg)
46
[![Codecov Badge](https://codecov.io/gh/jendrikseipp/vulture/branch/main/graphs/badge.svg)](https://codecov.io/gh/jendrikseipp/vulture?branch=main)
57

0 commit comments

Comments
 (0)