forked from jan/debianmemberportfolio
Merge branch 'release/0.2.13'
This commit is contained in:
commit
c28f5b3572
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ License along with this program. If not, see
|
|||
var flattr_url = '${request.scheme}://portfolio.debian.net/';
|
||||
var flattr_btn='compact';
|
||||
</script>
|
||||
<script src="http://api.flattr.com/button/load.js" type="text/javascript"></script></p>
|
||||
<script src="${request.scheme}://api.flattr.com/button/load.js" type="text/javascript"></script></p>
|
||||
</div>
|
||||
<div id="content">
|
||||
${self.body()}
|
||||
|
|
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ except ImportError:
|
|||
|
||||
setup(
|
||||
name='ddportfolioservice',
|
||||
version='0.2.12',
|
||||
version='0.2.13',
|
||||
description='service to create DDPortfolio URLs',
|
||||
long_description="""This is a service implementation that
|
||||
returns a set of personalized URLs as outlined in
|
||||
|
|
Loading…
Reference in a new issue