mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
release prep: bump version, fix doc layout a bit
This commit is contained in:
parent
bcba55cc26
commit
dccd57f53b
@ -48,3 +48,9 @@ section {
|
||||
.header {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
margin-top: 10px;
|
||||
|
||||
|
||||
}
|
||||
|
@ -51,11 +51,11 @@
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
<hr>
|
||||
<footer>
|
||||
<span>© Aldo Cortesi 2012</span>
|
||||
<span>© Aldo Cortesi 2015</span>
|
||||
<span class="pull-right">[served with pathod]</span>
|
||||
</footer>
|
||||
</div>
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user