This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
mitmproxy
mirror of
https://github.com/mitmproxy/mitmproxy.git
Watch
1
Star
1
Fork
You've already forked mitmproxy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bb03255da0
mitmproxy
/
libmproxy
/
version.py
3 lines
63 B
Python
Raw
Normal View
History
Unescape
Escape
Start preparing for 0.7 Update CHANGELOG, CONTRIBUTORS, README.mkd, todo, and bump version.
2012-02-19 09:43:05 +00:00
IVERSION
=
(
0
,
7
)
Replaced unnecessary lists with generators
2011-08-18 21:20:38 +00:00
VERSION
=
"
.
"
.
join
(
str
(
i
)
for
i
in
IVERSION
)