Skip to content

Commit 2a0b16b

Browse files
author
Ellery Newcomer
committed
prepare for 0.2.9
1 parent 878d001 commit 2a0b16b

File tree

5 files changed

+122
-60
lines changed

5 files changed

+122
-60
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Release Notes:
22

3+
### v0.2.9 (March 6, 2015)
4+
* fix reStructuredText in docstring
5+
* fix NullBooleanField data type detection
6+
* support non-string urlconf
7+
38
### v0.2.8 (January 11, 2015)
49
* reStructuredText in docstrings
510
* show pagination parameters automatically

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ argh==0.23.2
55
argparse==1.2.1
66
coverage==3.6
77
django-nose==1.2
8-
djangorestframework==2.4.3
8+
djangorestframework>=2.3.8
99
nose==1.3.0
1010
mock==1.0.1
1111
ordereddict==1.1
12+
docutils>=0.11

rest_framework_swagger/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '0.2.8'
1+
VERSION = '0.2.9'
22

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

0 commit comments

Comments
 (0)