mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 23:09:44 +00:00
bump version
This commit is contained in:
parent
1af231fe01
commit
aafa69a738
@ -1,10 +1,11 @@
|
|||||||
253 Aldo Cortesi
|
253 Aldo Cortesi
|
||||||
212 Maximilian Hils
|
230 Maximilian Hils
|
||||||
109 Thomas Kriechbaumer
|
123 Thomas Kriechbaumer
|
||||||
8 Chandler Abraham
|
8 Chandler Abraham
|
||||||
8 Kyle Morton
|
8 Kyle Morton
|
||||||
5 Sam Cleveland
|
5 Sam Cleveland
|
||||||
3 Benjamin Lee
|
3 Benjamin Lee
|
||||||
|
3 Sandor Nemes
|
||||||
2 Brad Peabody
|
2 Brad Peabody
|
||||||
2 Israel Nir
|
2 Israel Nir
|
||||||
2 Matthias Urlichs
|
2 Matthias Urlichs
|
||||||
@ -12,6 +13,7 @@
|
|||||||
2 Sean Coates
|
2 Sean Coates
|
||||||
1 Andrey Plotnikov
|
1 Andrey Plotnikov
|
||||||
1 Bradley Baetz
|
1 Bradley Baetz
|
||||||
|
1 Felix Yan
|
||||||
1 M. Utku Altinkaya
|
1 M. Utku Altinkaya
|
||||||
1 Paul
|
1 Paul
|
||||||
1 Pritam Baral
|
1 Pritam Baral
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
from __future__ import (absolute_import, print_function, division)
|
from __future__ import (absolute_import, print_function, division)
|
||||||
|
|
||||||
IVERSION = (0, 16)
|
IVERSION = (0, 17)
|
||||||
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 = "netlib"
|
NAME = "netlib"
|
||||||
|
Loading…
Reference in New Issue
Block a user