release prep: bump version, fix doc layout a bit

This commit is contained in:
Aldo Cortesi 2015-05-18 10:46:19 +12:00
parent bcba55cc26
commit dccd57f53b
3 changed files with 10 additions and 4 deletions

View File

@ -48,3 +48,9 @@ section {
.header {
font-size: 1.5em;
}
.page-header {
margin-top: 10px;
}

View File

@ -51,11 +51,11 @@
</div>
<div class="container">
{% block content %}
{% endblock %}
{% block content %}
{% endblock %}
<hr>
<footer>
<span>&copy; Aldo Cortesi 2012</span>
<span>&copy; Aldo Cortesi 2015</span>
<span class="pull-right">[served with pathod]</span>
</footer>
</div>

View File

@ -1,4 +1,4 @@
IVERSION = (0, 11, 1)
IVERSION = (0, 12, 0)
VERSION = ".".join(str(i) for i in IVERSION)
MINORVERSION = ".".join(str(i) for i in IVERSION[:2])
NAME = "pathod"