Change Log ========== Version 2.0 - 1/8/2013 --------------------------------- * Added Hook Support * Refactored large parts of the codebase * Updated configuration file section for a new ``[files]`` section * Python 3 Support * Mercurial Support * Cleaned up command line interface Version 1.1.1 (hotfix) - 5/4/2013 --------------------------------- * Fixed Manifest file so bundled template is properly included. Version 1.1 - 5/4/2013 ---------------------- * Improved output to the user * Decoupled SCM into separate classes so its easier to add new ones in the future * Updated bundled template * Documentation Version 1.0.1 (hotfix) - 6/12/2012 ---------------------------------- * Fixed issue where bundled default template was not provided in distribution. Version 1.0 - 5/12/2012 ----------------------- * Decoupled Git cloning from Template Class into a separate class, laying the foundation for future SCM support. * Created a bundled default template. Version 1.0 Beta 1 - 26/11/2012 ------------------------------- * Initial Release