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

Commit 9515c2a

Browse files
committed
Prepare release 0.3.1
1 parent e08d3ae commit 9515c2a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Documentation can be found in the `docs` directory or [here][docs]
7272
[coverage]: https://coveralls.io/github/menecio/django-api-bouncer?branch=master
7373
[build-status-image]: https://travis-ci.org/menecio/django-api-bouncer.svg?branch=master
7474
[travis]: https://travis-ci.org/menecio/django-api-bouncer?branch=master
75-
[pypi-version]: https://img.shields.io/badge/pypi-0.3-blue.svg
75+
[pypi-version]: https://img.shields.io/badge/pypi-0.3.1-blue.svg
7676
[pypi]: https://pypi.python.org/pypi/django-api-bouncer
7777
[kong]: https://getkong.org
7878
[docs]: http://www.menecio.me/django-api-bouncer/docs

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '0.3'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '0.3'
62+
release = '0.3.1'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

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

0 commit comments

Comments
 (0)