mirror of
https://github.com/mitmproxy/mitmproxy.git
synced 2024-11-28 07:40:41 +00:00
Post-release version bump, and checklist addition.
This commit is contained in:
parent
6d70b790df
commit
99c691def5
@ -1,4 +1,4 @@
|
|||||||
IVERSION = (0, 12, 0)
|
IVERSION = (0, 12, 1)
|
||||||
VERSION = ".".join(str(i) for i in IVERSION)
|
VERSION = ".".join(str(i) for i in IVERSION)
|
||||||
MINORVERSION = ".".join(str(i) for i in IVERSION[:2])
|
MINORVERSION = ".".join(str(i) for i in IVERSION[:2])
|
||||||
NAME = "mitmproxy"
|
NAME = "mitmproxy"
|
||||||
|
@ -5,6 +5,9 @@
|
|||||||
netlib/netlib/version.py
|
netlib/netlib/version.py
|
||||||
pathod/libpathod/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:
|
- Render the docs:
|
||||||
cshape doc-src doc
|
cshape doc-src doc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user