aboutsummaryrefslogtreecommitdiffstats
path: root/release/README.mkd
diff options
context:
space:
mode:
Diffstat (limited to 'release/README.mkd')
-rw-r--r--release/README.mkd2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/README.mkd b/release/README.mkd
index db2ef970..c5505431 100644
--- a/release/README.mkd
+++ b/release/README.mkd
@@ -7,7 +7,7 @@
- Only if an emergency bugfix is needed, we push a new `0.x.y` bugfix release
for a single project. This matches with what we do in `setup.py`:
- "netlib>=%s, <%s" % (version.MINORVERSION, version.NEXT_MINORVERSION)
+ "mitmproxy>=%s, <%s" % (version.MINORVERSION, version.NEXT_MINORVERSION)
# Release Checklist