Hi team Since version 1.2.2, this is returning `None` ```python from dateparser import parse print(parse('1 minute ago')) ``` This was working in <=1.2.1 It is still working with other date parts like `day` `second` ...