Skip to content

Commit a190f8d

Browse files
committed
Updated dist and release notes
1 parent 727bd7e commit a190f8d

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ Many thanks to Tom Christie & all the contributors who have developed [Django RE
121121
* Darren Thompson (@WhiteDawn)
122122
* Lukasz Balcerzak (@lukaszb)
123123
* David Newgas (@davidn)
124+
* Bozidar Benko (@bbenko)
124125

125126

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

133134
## Release Notes:
134135

136+
### v0.1.14 (March 7, 2014)
137+
* Fixed resource name truncation bug
138+
135139
### v0.1.13 (Feb 25, 2014)
136140
* Fixed grouping bug
137141

147 KB
Binary file not shown.

rest_framework_swagger/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '0.1.13'
1+
VERSION = '0.1.14'
22

33
DEFAULT_SWAGGER_SETTINGS = {
44
'exclude_namespaces': [],

0 commit comments

Comments
 (0)