Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add mitmproxy
  • Loading branch information
mhils committed Jan 9, 2018
commit 5c140e94b2164aac98075ef7800e9f1bd913c196
1 change: 1 addition & 0 deletions _sections/30-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ These projects pledge to drop Python 2 support in or before 2020.
- [![](assets/kivy.png)Kivy](https://kivy.org/)
- [![](assets/biopython.png)Biopython](http://biopython.org/)
- [![](assets/zulip.png)Zulip](https://zulip.org)
- [![](assets/mitmproxy.png)mitmproxy](https://mitmproxy.org/)

&nbsp; <!--break separating project with image from without -->

Expand Down
Binary file added assets/mitmproxy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions site.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ $(document).ready(function (){
{content: 'v5', start: '2018-08-01', end: '2019-08-01'},
{content: 'v6', start: '2019-08-01', end: '2020-08-01'},
],
'mitmproxy':[
{content: '0.18.x', start: '2016-10-16', end: '2017-10-16', py2:true},
{content: '1.0.x -', start: '2016-12-26', end: '2021-12-23'}
],

// for tests, rando example
//'matplotlib':[
Expand Down