We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55611c6 commit fd25718Copy full SHA for fd25718
docs/changelog.md
@@ -3,6 +3,12 @@ title: "Changelog"
3
source_filename: "changelog"
4
---
5
6
+### Release 0.0.8
7
+
8
+ - Support for more types of `ROOT_URLCONF`
9
+ - Move docs to [MKDocs](http://www.mkdocs.org/)
10
11
12
### Release 0.0.7
13
14
- Fix methods in Live API Endpoints (now compatible with Python 2.7)
@@ -18,7 +24,7 @@ source_filename: "changelog"
18
24
19
25
### Release 0.0.5
20
26
21
- - Support both common types of ROOT_URLCONF
27
+ - Support both common types of `ROOT_URLCONF`
22
28
23
29
30
### Release 0.0.4
rest_framework_docs/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.0.7'
+__version__ = '0.0.8'
0 commit comments