# HG changeset patch # User Jeff Hammel # Date 1288197225 25200 # Node ID 127843e097b3e415a2fda737156354366815232d # Parent 650e1b62a6288d33b01e4b20a973a7814f7780e1 add a stub head template for inclusion; not sure if this is the way to go; alternatively, each formatter could contribute to the markup individually diff -r 650e1b62a628 -r 127843e097b3 decoupage/templates/head.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/decoupage/templates/head.html Wed Oct 27 09:33:45 2010 -0700 @@ -0,0 +1,7 @@ + + + + diff -r 650e1b62a628 -r 127843e097b3 setup.py --- a/setup.py Wed Sep 08 23:12:57 2010 -0700 +++ b/setup.py Wed Oct 27 09:33:45 2010 -0700 @@ -6,7 +6,7 @@ except IOError: description = '' -version = '0.7.1' +version = '0.7.2' setup(name='decoupage', version=version,