New Things:
-----------

* Allow pass-through of setup.py options in conda skeleton pypi #680
* Allow specification of pinning numpy in conda skeleton pypi #680
* Support PEP420 namespace packages (don't barf on existing folders.)  Do barf on existing files.  #1074

Bug fixes:
----------

* Fix handling of quotes in selectors #1104
* Fix load_setuptools in jinja context.  Problem was incorrect cwd in function. #1106
* Make Win activate script file extensions explicit #1107
* Warn users on failed git repo info failure, rather than crash #1108
* Remove killing MSBuild.exe at end of win build.  Remove psutil dependency.  #1109
* Prepend PATH before creating env, to ensure post-link script success.  #1115, #1118
* Make Python tests drop out on failure appropiately on win  #1122
* Make hyphenation consistent with include_recipe in meta.yaml  #1124
* Use full path of test env when activating #1125

Contributors:
-------------

 * @ikalev
 * @msarahan
 * @mwcraig