Skip to content

Commit 7203425

Browse files
committed
doc: add the download statistics badge
1 parent 9327e72 commit 7203425

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ History:
44

55
3.3.1 2018/xx/xx
66
- Linux: fix a memory leak introduced with 7e8ae5703f0669f40532c2be917df4328bc3985e (fixes #72)
7+
- doc: add the download statistics badge
78

89
3.3.0 2018/09/04
910
- Linux: add an error handler for the XServer to prevent interpreter crash (fix #61)

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Python MSS
22
==========
33

4+
.. image:: https://travis-ci.org/BoboTiG/python-mss.svg?branch=master
5+
:target: https://travis-ci.org/BoboTiG/python-mss
46
.. image:: https://img.shields.io/badge/say-thanks-ff69b4.svg
57
:target: https://saythanks.io/to/BoboTiG
6-
.. image:: https://travis-ci.org/BoboTiG/python-mss.svg?branch=dev
7-
:target: https://travis-ci.org/BoboTiG/python-mss
8+
.. image:: https://pepy.tech/badge/mss
9+
:target: https://pepy.tech/project/mss
810

911

1012
.. code-block:: python

0 commit comments

Comments
 (0)