Skip to content

Commit 0ea8799

Browse files
author
Pete Wildsmith
committed
include current PyPI release badge in README
1 parent a0249c9 commit 0ea8799

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
django-db-queue
22
==========
33
[![Build Status](https://travis-ci.org/dabapps/django-db-queue.svg)](https://travis-ci.org/dabapps/django-db-queue)
4+
![pypi release](https://img.shields.io/pypi/v/django-db-queue.svg)
45

56
Simple databased-backed job queue. Jobs are defined in your settings, and are processed by management commands.
67

0 commit comments

Comments
 (0)