Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit aad3c78

Browse files
committed
Update to version 0.3
1 parent 5c77bc3 commit aad3c78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Run `python manage.py migrate` to create the api_bouncer models.
6161

6262
#### Security
6363
- **ACL:** Control which consumers have access to your API
64-
- **IP restriction:**: Blacklist or whilelist IPs that can access your API
64+
- **IP restriction:** Blacklist or whilelist IPs that can access your API
6565

6666
#### Traffic Control
6767
- **Request termination:** Terminate all request with a specific response.
@@ -71,6 +71,6 @@ Run `python manage.py migrate` to create the api_bouncer models.
7171
[coverage]: https://coveralls.io/github/menecio/django-api-bouncer?branch=master
7272
[build-status-image]: https://travis-ci.org/menecio/django-api-bouncer.svg?branch=master
7373
[travis]: https://travis-ci.org/menecio/django-api-bouncer?branch=master
74-
[pypi-version]: https://img.shields.io/badge/pypi-0.2-blue.svg
74+
[pypi-version]: https://img.shields.io/badge/pypi-0.3-blue.svg
7575
[pypi]: https://pypi.python.org/pypi/django-api-bouncer
7676
[kong]: https://getkong.org

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-api-bouncer
3-
version = 0.2
3+
version = 0.3
44
description = A simple API Gateway app for Django
55
author = Aristobulo Meneses
66
author_email = [email protected]

0 commit comments

Comments
 (0)