Skip to content

Commit

Permalink
Updated dist and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcgibbons committed Mar 7, 2014
1 parent 727bd7e commit a190f8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ Many thanks to Tom Christie & all the contributors who have developed [Django RE
* Darren Thompson (@WhiteDawn)
* Lukasz Balcerzak (@lukaszb)
* David Newgas (@davidn)
* Bozidar Benko (@bbenko)


### Django REST Framework Docs contributors:
Expand All @@ -132,6 +133,9 @@ Many thanks to Tom Christie & all the contributors who have developed [Django RE

## Release Notes:

### v0.1.14 (March 7, 2014)
* Fixed resource name truncation bug

### v0.1.13 (Feb 25, 2014)
* Fixed grouping bug

Expand Down
Binary file added dist/django-rest-swagger-0.1.14.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion rest_framework_swagger/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = '0.1.13'
VERSION = '0.1.14'

DEFAULT_SWAGGER_SETTINGS = {
'exclude_namespaces': [],
Expand Down

0 comments on commit a190f8d

Please sign in to comment.