diff --git a/docs/changelog.md b/docs/changelog.md index e65760e..0eef5a6 100755 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,12 @@ title: "Changelog" source_filename: "changelog" --- +### Release 0.0.8 + + - Support for more types of `ROOT_URLCONF` + - Move docs to [MKDocs](http://www.mkdocs.org/) + + ### Release 0.0.7 - Fix methods in Live API Endpoints (now compatible with Python 2.7) @@ -18,7 +24,7 @@ source_filename: "changelog" ### Release 0.0.5 - - Support both common types of ROOT_URLCONF + - Support both common types of `ROOT_URLCONF` ### Release 0.0.4 diff --git a/rest_framework_docs/__init__.py b/rest_framework_docs/__init__.py index 2792152..9123cf0 100644 --- a/rest_framework_docs/__init__.py +++ b/rest_framework_docs/__init__.py @@ -1 +1 @@ -__version__ = '0.0.7' +__version__ = '0.0.8'