makeapp changelog
=================

v0.6.0
------
+ Django app template updated for Django 1.7.
+ Added coveragerc files for default and Django templates
+ Added Travis CI config into Django app template.
* Improved mocking mechanism in Sphinx configuration.


v0.5.0
------
+ Default README updated with PyPI badge.
* Updated Django tox rules for Py3.
* Updated rst guide.


v0.4.0
------
+ Console application template updated.
+ ModuleMock boilerplate is added to docs' conf.py (can be used for http://readthedocs.org/)


v0.3.2
------
* `python_version_major` is now deduced from `python_version`
* From django app skeleton removed empty migrations dir.


v0.3.1
------
+ Added views.py into Django app template.
* Fixed interactive mode for py2.
* Fixed files discovery in bin/ (console apps).
* Removed bogus requests dependency from setup.py template.


v0.3.0
------
+ Added Django reusable app skeleton layout.
+ Now automatically creates a target dir hierarchy.
+ BSD 3 Clause license template is updated.


v0.2.0
------
+ Added console app skeleton layout.
+ Now can be aliased as /usr/local/bin/makeapp.


v0.1.0
------
+ Basic functionality.
