Skip to content

Commit 1cddcbd

Browse files
committed
Add maintainability badge to README
1 parent 48cd708 commit 1cddcbd

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
ratelimit |build|
2-
=================
1+
ratelimit |build| |maintainability|
2+
===================================
33

44
.. |build| image:: https://travis-ci.org/tomasbasham/ratelimit.svg?branch=master
55
:target: https://travis-ci.org/tomasbasham/ratelimit
66

7+
.. |maintainability| image:: https://api.codeclimate.com/v1/badges/21dc7c529c35cd7ef732/maintainability
8+
:target: https://codeclimate.com/github/tomasbasham/ratelimit/maintainability
9+
:alt: Maintainability
10+
711
APIs are a very common way to interact with web services. As the need to
812
consume data grows, so does the number of API calls necessary to remain up to
913
date with data sources. However many API providers constrain developers from

ratelimit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
'sleep_and_retry'
2222
]
2323

24-
__version__ = '2.2.0'
24+
__version__ = '2.2.1'

0 commit comments

Comments
 (0)