Skip to content

Commit d3d7b22

Browse files
committed
Improve batches in README
* Add batch for isitmaintained.com * Add batch for GitHub Action
1 parent 79ca600 commit d3d7b22

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Quickstart
1010
1111
A Python module for `semantic versioning`_. Simplifies comparing versions.
1212

13-
|build-status| |python-support| |downloads| |license| |docs| |black|
14-
|Gitter|
13+
|GHAction| |python-support| |downloads| |license| |docs| |black|
14+
|Gitter| |openissues|
1515

1616
.. teaser-end
1717
@@ -100,9 +100,6 @@ There are other functions to discover. Read on!
100100
.. |latest-version| image:: https://img.shields.io/pypi/v/semver.svg
101101
:alt: Latest version on PyPI
102102
:target: https://pypi.org/project/semver
103-
.. |build-status| image:: https://travis-ci.com/python-semver/python-semver.svg?branch=master
104-
:alt: Build status
105-
:target: https://travis-ci.com/python-semver/python-semver
106103
.. |python-support| image:: https://img.shields.io/pypi/pyversions/semver.svg
107104
:target: https://pypi.org/project/semver
108105
:alt: Python versions
@@ -122,3 +119,8 @@ There are other functions to discover. Read on!
122119
.. |Gitter| image:: https://badges.gitter.im/python-semver/community.svg
123120
:target: https://gitter.im/python-semver/community
124121
:alt: Gitter
122+
.. |openissues| image:: http://isitmaintained.com/badge/open/python-semver/python-semver.svg
123+
:target: http://isitmaintained.com/project/python-semver/python-semver
124+
:alt: Percentage of open issues
125+
.. |GHAction| image:: https://github.com/python-semver/python-semver/workflows/Python/badge.svg
126+
:alt: Python

0 commit comments

Comments
 (0)