Pypc Changelog
==============

Here you can see the full list of changes between each Pypc release.

Version 0.1.5-dev2
------------------
- fixed setup.py -- generated install_requires w/ incorrect format

Version 0.1.5-dev1
------------------
- flake8 compliant
- fixed bug in @strict decorator pkgs = pkgs=...
- MANIFEST.in only has README by default
- added keywords
- added __init__.html template (avoids flake8 end of file newline conflict)

Version 0.1.4
-------------

- 0.1.40
-- fixing year
-- initing project in pwd instead of creating dir
-- adding disallow_customfs to handle custom fs integration gracefully
-- renaming pypc.py to create.py to fit under pip/commands
-- create cli.py + porting scripts/pypc functionality to __init__
-- py2.7.9 may require pyopenssl ndg-httpsclient pyasn1
-- added --strict flag to setup virtualenv + pip install deps
-- added --venv flag to specify venv directory
- 0.1.41
-- fixing setup.py typo
-- adding 'minimal' to options dict
- 0.1.42 
-- fixing encoding issue in settings.header (*args order in touch)
-- fixing setup.py desc, added quotes
-- updating documentation for strict mode + usage as a lib

Version 0.1.3
-------------

- Generates setup.py
- Code is much cleaner, code builds recursively
- Added html template files
- Fixing nosetests
- Removing wsgiref dependency (py3.4)
- README rst
- 0.1.35, fixed rel imports
- 0.1.37, fix header
- 0.1.38, add manifest, allow init w/ proj name (not only paths)
- 0.1.39, added minimalist mode (only setup.py, skips virtualenv)
-- added pypc -V version
-- added --fs pluggable json fs template (raises NotImplementedError)
-- variable README names supported with --rm (ominously named)
-- defaults author using getpass (questionable, likely won't work on windows)

Version 0.1.2
-------------

- Travis ci, Added lint requirements
- Virtualenv setup + installation
- Test case scaffolding
- Pip install dependencies
- Requirements.txt

Version 0.1.1
-------------

Scaffolds an module with empty placeholder files

Version 0.1
------------

First public preview release.
