Skip to content

Commit

Permalink
Merge pull request #28 from alaouimehdi1995/adding-readme-badges
Browse files Browse the repository at this point in the history
Adding project badges in README file, and updating package version to 0.8.6
  • Loading branch information
alaouimehdi1995 authored Jun 18, 2020
2 parents e31083c + c80749c commit 04c2cd9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# django-REST

[![PyPI version](https://badge.fury.io/py/django-rest.svg)](https://badge.fury.io/py/django-rest)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/django-rest.svg)](https://pypi.python.org/pypi/django-rest/)
[![PyPI license](https://img.shields.io/pypi/l/django-rest.svg)](https://pypi.python.org/pypi/django-rest/)
[![PyPI status](https://img.shields.io/pypi/status/django-rest.svg)](https://pypi.python.org/pypi/django-rest/)

[![Build Status](https://travis-ci.org/alaouimehdi1995/django-rest.png?branch=master)](https://travis-ci.org/alaouimehdi1995/django-rest)
[![codecov](https://codecov.io/gh/alaouimehdi1995/django-rest/branch/master/graph/badge.svg)](https://codecov.io/gh/alaouimehdi1995/django-rest)
[![Known Vulnerabilities](https://snyk.io/test/github/alaouimehdi1995/django-rest/badge.svg)](https://snyk.io/test/github/alaouimehdi1995/django-rest)
[![Maintainability](https://api.codeclimate.com/v1/badges/bcfd8d86afef77cf14ab/maintainability)](https://codeclimate.com/github/alaouimehdi1995/django-rest/maintainability)

# Overview

django-REST is a **tiny**, **lightweight**, **easy-to-use** and **incredibly fast** library to implement
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="django-rest",
version="0.8.4",
version="0.8.6",
url="https://github.com/alaouimehdi1995/django-rest/",
license="MIT",
description="Tiny, lightweight, blazing fast REST library for django",
Expand Down

0 comments on commit 04c2cd9

Please sign in to comment.