Skip to content

Commit

Permalink
update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
dschenck committed Nov 18, 2023
1 parent bb21502 commit 9b83ffc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
@@ -1,7 +1,10 @@
[![pythons](https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue)](https://pypi.org/project/doubledate)
[![build](https://github.com/dschenck/doubledate/workflows/doubledate/badge.svg)](https://github.com/dschenck/doubledate/actions)
[![PyPI version](https://badge.fury.io/py/doubledate.svg)](https://badge.fury.io/py/doubledate)
[![Documentation Status](https://readthedocs.org/projects/doubledate/badge/?version=latest)](https://doubledate.readthedocs.io/en/latest/?badge=latest)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![codecov](https://codecov.io/gh/dschenck/doubledate/graph/badge.svg?token=TIJJGYZYK5)](https://codecov.io/gh/dschenck/doubledate)
[![Downloads](https://static.pepy.tech/badge/doubledate/week)](https://pepy.tech/project/doubledate)

## doubledate: another datetime library
doubledate, yet another datetime library, exposes a set of 20+ utility functions as well as an immutable `Calendar` object representing a sorted-set of dates.
Expand Down
2 changes: 1 addition & 1 deletion docs/fragments/badges.rst
@@ -1,4 +1,4 @@
.. image:: https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue
.. image:: https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue
:target: https://pypi.org/project/doubledate

.. image:: https://github.com/dschenck/doubledate/workflows/doubledate/badge.svg
Expand Down

0 comments on commit 9b83ffc

Please sign in to comment.