diff --git a/CHANGES.md b/CHANGES.md index 36d8c64..1db6e83 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ Changelog ========= +0.0.10 (Apr 6th 2018) +------------------ +- Add missing file for rest_framework + - `__init__.py` + 0.0.9 (Apr 6th 2018) ------------------ - Update requirements diff --git a/setup.py b/setup.py index b23849e..7ab1131 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -version = '0.0.9' +version = '0.0.10' with open('requirements/base.txt') as f: install_requires = [line for line in f if line and not line.startswith('-')]