Skip to content

Commit 8d60d16

Browse files
authored
Merge pull request #120 from jasonrbriggs/patch-2
Add timeline info for stomp.py
2 parents 8984580 + 59dedb1 commit 8d60d16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site.js

+5
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,11 @@ $(document).ready(function (){
203203
{content: '3.x', start: '2018-09-01', end: '2019-07-01', py2:true},
204204
{content: '4.x', start: '2019-01-01', end: '2020-07-01', py2:false},
205205
],
206+
'stomp.py':[
207+
{content: '3.x', start: '2010-04-01', end: '2013-09-31', py2:true},
208+
{content: '4.x', start: '2013-10-01', end: '2020-01-09', py2:true},
209+
{content: '5.x+', start: '2020-01-10', end: '2023-12-31', py2:false},
210+
],
206211

207212
// for tests, rando example
208213
//'matplotlib':[

0 commit comments

Comments
 (0)