Skip to content

Commit

Permalink
budd jun
Browse files Browse the repository at this point in the history
  • Loading branch information
ajleeson committed Aug 22, 2024
1 parent 5be04f8 commit 6f1c9f1
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@
# ds0 = '2014.04.01'
# ds1 = '2014.04.30'
# may
ds0 = '2014.05.01'
ds1 = '2014.05.31'
# ds0 = '2014.05.01'
# ds1 = '2014.05.31'
# jun
ds0 = '2014.06.01'
ds1 = '2014.06.30'


Ldir['ds0'] = ds0
Expand Down

0 comments on commit 6f1c9f1

Please sign in to comment.