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

Commit 0d276b4

Browse files
committed
Relase 0.2
1 parent 4c6baed commit 0d276b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright {yyyy} {name of copyright owner}
189+
Copyright 2017 Aristobulo Meneses
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ Run `python manage.py migrate` to create the api_bouncer models.
5151
[coverage]: https://coveralls.io/github/menecio/django-api-bouncer?branch=master
5252
[build-status-image]: https://travis-ci.org/menecio/django-api-bouncer.svg?branch=master
5353
[travis]: https://travis-ci.org/menecio/django-api-bouncer?branch=master
54-
[pypi-version]: https://img.shields.io/badge/pypi-0.1-blue.svg
54+
[pypi-version]: https://img.shields.io/badge/pypi-0.2-blue.svg
5555
[pypi]: https://pypi.python.org/pypi/django-api-bouncer

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.1
3+
version = 0.2
44
description = A simple API Gateway app for Django
55
author = Aristobulo Meneses
66
author_email = [email protected]

0 commit comments

Comments
 (0)