Skip to content

Commit

Permalink
Fix badges
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 28, 2020
1 parent c10f295 commit 4f07f7c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v4.1.1
======

* Fixed badges in README.

v4.1.0
======

Expand Down
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
.. image:: https://img.shields.io/pypi/v/skeleton.svg
.. image:: https://img.shields.io/pypi/v/importlib_resources.svg
:target: `PyPI link`_

.. image:: https://img.shields.io/pypi/pyversions/skeleton.svg
.. image:: https://img.shields.io/pypi/pyversions/importlib_resources.svg
:target: `PyPI link`_

.. _PyPI link: https://pypi.org/project/skeleton
.. _PyPI link: https://pypi.org/project/importlib_resources

.. image:: https://github.com/jaraco/skeleton/workflows/Automated%20Tests/badge.svg
:target: https://github.com/jaraco/skeleton/actions?query=workflow%3A%22Automated+Tests%22
.. image:: https://github.com/python/importlib_resources/workflows/Automated%20Tests/badge.svg
:target: https://github.com/python/importlib_resources/actions?query=workflow%3A%22Automated+Tests%22
:alt: Automated Tests

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: Code style: Black

.. .. image:: https://readthedocs.org/projects/skeleton/badge/?version=latest
.. :target: https://skeleton.readthedocs.io/en/latest/?badge=latest
.. .. image:: https://readthedocs.org/projects/importlib-resources/badge/?version=latest
.. :target: https://importlib-resources.readthedocs.io/en/latest/?badge=latest
``importlib_resources`` is a backport of Python standard library
`importlib.resources
Expand Down

0 comments on commit 4f07f7c

Please sign in to comment.