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
0a642f2441
mitmproxy
/
libmproxy
/
version.py
3 lines
65 B
Python
Raw
Normal View
History
Unescape
Escape
I've now added all the features I want for 0.4. Bump the version number.
2011-03-13 07:42:55 +00:00
IVERSION
=
(
0
,
4
)
Move version constants to version.py, add version to serialized flows. For now, we don't do anything with the serialized version info, but this should give us some future-proofing for serialization format changes.
2011-03-08 23:35:38 +00:00
VERSION
=
"
.
"
.
join
(
[
str
(
i
)
for
i
in
IVERSION
]
)