Skip to content

Commit 4945f37

Browse files
ltfishCarreau
authored andcommitted
1 parent aa3d1b0 commit 4945f37

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

_sections/30-projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ These projects pledge to drop Python 2 support in or before 2020.
5353
- [![](assets/osbrain.png)osBrain](https://github.com/opensistemas-hub/osbrain)
5454
- [![](assets/pymeasure.png)PyMeasure](https://github.com/ralph-group/pymeasure)
5555
- [![](assets/chaquopy.png)Chaquopy](https://chaquo.com/chaquopy/)
56+
- [![](assets/angr.png)angr](http://angr.io/)
5657

5758
<!-- Adding a new project with a logo? They're roughly sorted by GitHub stars.
5859
Try to insert yours in order. We use judgment for projects not on GiHhub, and

assets/angr.png

77.7 KB
Loading

site.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,10 @@ $(document).ready(function (){
246246
{content: '0.8.x', start: '2018-02-01', end: '2018-08-31', py2:true},
247247
{content: '0.9.x', start: '2018-05-28', end: '2023-12-31', py2:false},
248248
],
249+
'angr':[
250+
{content: '7.x', start: '2017-09-09', end: '2018-09-26', py2: true},
251+
{content: '8.x', start: '2018-09-28', end: '2023-12-31', py2: false},
252+
],
249253

250254
// for tests, rando example
251255
//'matplotlib':[

0 commit comments

Comments
 (0)