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

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.

