Post-release version bump, and checklist addition.

This commit is contained in:
Aldo Cortesi 2015-05-26 10:44:52 +12:00
parent 6d70b790df
commit 99c691def5
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -5,6 +5,9 @@
netlib/netlib/version.py
pathod/libpathod/version.py
- Ensure that the website style assets have been compiled for production, and
synced to the docs.
- Render the docs:
cshape doc-src doc