Skip to content

Commit

Permalink
Prepare to deploy 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Junheong Park committed Apr 6, 2018
1 parent d4d9152 commit fbb1803
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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('-')]
Expand Down

0 comments on commit fbb1803

Please sign in to comment.