diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2015-05-26 10:44:52 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2015-05-26 10:44:52 +1200 |
commit | 99c691def5f45466910bdfee1655c43497827d23 (patch) | |
tree | c4f580d09f1a95ff9ba23aeee4d5aa7e9176e903 | |
parent | 6d70b790df67013fcb84f699c8dac3414f4cbce2 (diff) | |
download | mitmproxy-99c691def5f45466910bdfee1655c43497827d23.tar.gz mitmproxy-99c691def5f45466910bdfee1655c43497827d23.tar.bz2 mitmproxy-99c691def5f45466910bdfee1655c43497827d23.zip |
Post-release version bump, and checklist addition.
-rw-r--r-- | libmproxy/version.py | 2 | ||||
-rw-r--r-- | release/release-checklist | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/libmproxy/version.py b/libmproxy/version.py index 2e43a05a..6d802202 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 154103e9..873c5fcf 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 |