Skip to content

Commit 718798d

Browse files
authored
Merge pull request #121 from jasonrbriggs/patch-3
Fix date (should've been 30th not 31st of september)
2 parents 8d60d16 + 2671ee8 commit 718798d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ $(document).ready(function (){
204204
{content: '4.x', start: '2019-01-01', end: '2020-07-01', py2:false},
205205
],
206206
'stomp.py':[
207-
{content: '3.x', start: '2010-04-01', end: '2013-09-31', py2:true},
207+
{content: '3.x', start: '2010-04-01', end: '2013-09-30', py2:true},
208208
{content: '4.x', start: '2013-10-01', end: '2020-01-09', py2:true},
209209
{content: '5.x+', start: '2020-01-10', end: '2023-12-31', py2:false},
210210
],

0 commit comments

Comments
 (0)