Skip to content

Commit

Permalink
Flattened architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Roy Greenfeld committed Sep 9, 2015
1 parent f1fe437 commit 89db011
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
All enhancements and patches to cookiecutter-django will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2015-09-07]
## [2015-09-08]
### Changed
- Moved more internals to requests library (@ghinch)
- 0.5.0: Architecture flattening (@pydanny)
- 0.4.0: Moved more internals to requests library (@ghinch)
- 0.4.0: Flake8 setup and cleanup (@pydanny)


## [2015-09-07]
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
setup(
name='django-mailgun',
version=version,
packages=['django_mailgun'],
py_modules=['django_mailgun'],
author='Bradley Whittington',
author_email='[email protected]',
url='http://github.com/bradwhittington/django-mailgun/',
Expand Down

0 comments on commit 89db011

Please sign in to comment.