From 99c691def5f45466910bdfee1655c43497827d23 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 26 May 2015 10:44:52 +1200 Subject: [PATCH] Post-release version bump, and checklist addition. --- libmproxy/version.py | 2 +- release/release-checklist | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/libmproxy/version.py b/libmproxy/version.py index 2e43a05a8..6d8022022 100644 --- a/libmproxy/version.py +++ b/libmproxy/version.py @@ -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" diff --git a/release/release-checklist b/release/release-checklist index 154103e9c..873c5fcfc 100644 --- a/release/release-checklist +++ b/release/release-checklist @@ -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