Change-log for Seed.

This file will be added to as part of each release

----

Version 0.10.1, Wed 09 Sep 2015
================================

1a1bdd365b	Attempt to get build running on both 3.2 & nightlies (Adam Charnock)
521cbb411c	Attempt to get build running on both 3.2 & nightlies (Adam Charnock)
43b0d23008	Updating travis coverage requirement in order to build on python 3.2 (Adam Charnock)
e4e0b2016f	Updating travis coverage requirement in order to build on python nightlies (Adam Charnock)
16e560e856	updating travis build file (Adam Charnock)
82958ad76b	Updating committed files to include VERSION file (plus setup.py and __init__.py to account for migration) (Adam Charnock)
9e2d98457d	Fixing tests to check for version in correct location (Adam Charnock)
e1f76b8826	Adding support for releasing wheels (Adam Charnock)
a40bab22bb	Documentation cleanup (Adam Charnock)
23f44a60a6	Moving version into VERSION file (Adam Charnock)
e224f634a2	Adding tests for help command (and fixing bug) (Adam Charnock)


Version 0.9.0, Sat 13 Jun 2015
===============================

e6215fdcc3	Removing assertIn() usage as it is not supported in python 2.6 (Adam Charnock)
fd14393349	Fixing occasional error encountered when running commands (Adam Charnock)
15d26e4c62	Adding coveralls debug command (Adam Charnock)
d210a972f8	Limiting coverage to seed package (as is should have been all along) (Adam Charnock)
0893d9e35f	Updating gitignore to ignore coverage-related files (Adam Charnock)
882ffd739b	Preventing tmp file cleanup for benefit of coveralls (Adam Charnock)
ef2faaaf87	Attempt to fix coverage reporting issue (Adam Charnock)
c564be7a5a	Installed collective.dist in .travis.yml as it is needed by travis' python 2.6 (Adam Charnock)
e0cb16f553	Updating travis config to setup dummy ~/.pypirc file (Adam Charnock)
454ed3710c	Updating travis config to setup git (Adam Charnock)
968fa3ae53	Adding tests & travis config (Adam Charnock)
5afe5947e2	Package directory no longer gets created during create dry run (Adam Charnock)
15d23fc0f5	Fixing bug when non-github git repo is present (Adam Charnock)


Version 0.4.1, Sat 13 Jun 2015
===============================

c591c395e1	Updating readme badges (Adam Charnock)
14c94e60ab	Updating license file content (Adam Charnock)
ddcc4a1c0b	Importing future print() function (Adam Charnock)


Version 0.4.0, Sat 13 Jun 2015
===============================

e45da284bf	Updating gitignore (Adam Charnock)
6e06fe82eb	Fixes for python3 support (Adam Charnock)


Version 0.3.4, Wed 02 Apr 2014
===============================

2cbf194f6f	Adding --no-release option to release command (Adam Charnock)


Version 0.3.3, Wed 21 Aug 2013
===============================

77e06dd495	Adding 'credits' section to readme template (Adam Charnock)


Version 0.3.2, Wed 21 Aug 2013
===============================

b7778f5679	Updating readme template (Adam Charnock)
01eab1a975	Adding badges to readme (Adam Charnock)


Version 0.3.1, Sun 04 Aug 2013
===============================

ffc60e1e32	Package directory creation is now less cautious but more useful (Adam Charnock)


Version 0.3.0, Sun 04 Aug 2013
===============================

9f9ff1393b	Now using setuptools exclusively (Adam Charnock)
4c1de5dd85	dont raise error when regex finds a non-github repository (Adam Greenhall)


Version 0.2.12, Fri 23 Nov 2012
================================

0abf57942b	Checking that a user's .pypirc file exists (Adam Charnock)
76e9e3b8b1	Fixing import (Adam Charnock)
5bb3d32ab5	Fixed; skipped multi-line commits in CHANGES.txt (Adam J. Gamble)


Version 0.2.11, Mon 20 Feb 2012
================================

c9abe94ab5	Correction to git push message (Adam Charnock)
7109f66f1b	Fix to error reporting and package name detection (Adam Charnock)


Version 0.2.10, Wed 15 Feb 2012
================================

82a6487588	Seed now parses setup.py to determine the current package name (Adam Charnock)
7dde4266dd	Making setup.py executable (Adam Charnock)


Version 0.2.9, Wed 15 Feb 2012
===============================

bfe14b3cbe	setuptools will now be used where available (Adam Charnock)


Version 0.2.8, Tue 14 Feb 2012
===============================

b3cd1559c3	Adding shebang to the start of setup.py and the template setup.py (Adam Charnock)


Version 0.2.7, Tue 14 Feb 2012
===============================

28fa2c522e	Including README.rst in manifest and making long_description parsing more robust (Adam Charnock)


Version 0.2.6, Tue 14 Feb 2012
===============================

8cd915426b	'help' command can now be used outside of a project directory (Adam Charnock)
d2dfb90d94	Refactoring __init__.py code into run.py (Adam Charnock)
723083b7ef	Setting the license setup.py param to MIT (Adam Charnock)


Version 0.2.5, Sat 11 Feb 2012
===============================

7bc3027c41	Adding classifiers to setup.py (Adam Charnock)
df9cc9f6e5	Tweak to message display (Adam Charnock)


Version 0.2.4, Sat 11 Feb 2012
===============================

b55f333476	Tweaks to the --push command (Adam Charnock)


Version 0.2.3, Sat 11 Feb 2012
===============================

c58d0e5544	Adding --push option for optionally pushing changes when complete (Adam Charnock)
077a8e039c	Adding --dry-run to quickstart docs (Adam Charnock)
3d05d6061b	Some fixes to the 'create' command (Adam Charnock)
60cb375195	writing a little less whitespace to the changelog (Adam Charnock)


Version 0.2.2, Sat 11 Feb 2012
===============================

70671e08b7	removing debug line (Adam Charnock)
37589682a3	Now handling the possibility of a 'src' directory (Adam Charnock)



Version 0.2.1, Sat 11 Feb 2012
===============================

da25d1efa4	Updating help for release command (Adam Charnock)
b993a1e8d8	Fixing bug with changelog creation (Adam Charnock)
2472418268	Fixing sanity checking (Adam Charnock)
b626a5277c	Adding package description (Adam Charnock)
0537b7622b	Additional comment to update description (Adam Charnock)
958c9b0748	Fixing --name option duplication causing error (Adam Charnock)
8296367ff0	Files now added before calling git commit (Adam Charnock)
2775e054b0	Making changelog writing a little more robust (Adam Charnock)
9ac21cfab1	No longer dereferencing sym links (Adam Charnock)
31d1e57ba0	Adding error handling for missing __version__ definition (Adam Charnock)
54a61b6d08	Adding smart detection of package name (Adam Charnock)
b2e71d1221	addition to gitignore (Adam Charnock)
962b0eecf6	Formatting and spelling tweaks to docs (Adam Charnock)
1c508819d7	adding notes to docs about PyPi registration (Adam Charnock)



Version 0.2.0, Sat 11 Feb 2012
===============================

f19b196912	Adding '--register' option and fixing bug in version bumping code (Adam Charnock)
bf2f28dbcd	Renaming the project to Seed (Adam Charnock)
93f962eed3	Fixing link in docs (Adam Charnock)
cad7eb3606	Adding to the docs (Adam Charnock)
e79a34fb4d	Updates to the docs (Adam Charnock)


Version 0.1.2, Sat 11 Feb 2012
===============================

1c8630c2e4	Message display logic update (Adam Charnock)
f1cf23f204	Fixes to changelog parsing (Adam Charnock)
2372cbd46b	further comment tweaks (Adam Charnock)
3566c2e513	Minor comment and message tweaks (Adam Charnock)


Version 0.1.1, Sat 11 Feb 2012
===============================



Version 0.1.0 (first version), Sat 11 Feb 2012
===============================================



