kvh / recurrent

Natural language parsing of dates and recurring events
MIT License
250 stars 30 forks source link

ValueError if you specify "second" or "2nd" #16

Closed snoopyjc closed 4 years ago

snoopyjc commented 4 years ago

If you ask for the second anything, you get a ValueError in get_unit_freq('second'). Example: "second friday of each month" or "2nd friday of each month".

snoopyjc commented 4 years ago

Fixed in https://github.com/kvh/recurrent/pull/19

snoopyjc commented 4 years ago

Fixed in 0.3.0.