mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 10:16:27 +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)
|
||||
MINORVERSION = ".".join(str(i) for i in IVERSION[:2])
|
||||
NAME = "mitmproxy"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user