diff --git a/README.md b/README.md index 8f9d6aa..33ded99 100644 --- a/README.md +++ b/README.md @@ -126,11 +126,11 @@ from datemath import dm >>> dm('now', tz='US/Pacific') >>> +``` # Release Notes * v1.4.3 - Floats are now supported for days, hours, and seconds units. Example ```now-2.5d```, ```now-3.2h```. Any other unit other than days, hours, or seconds that is a float will be converted to an int and floored due to the datetime() module not being able to handle them. -``` # Test ```python tests.py```