From 2a95c62e6ea210cfb2c1ec52ff0c9d9d62d88406 Mon Sep 17 00:00:00 2001 From: Nick M <nickmaccarthy@gmail.com> Date: Thu, 31 Mar 2016 08:33:11 -0400 Subject: [PATCH] README update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') <Arrow [2016-01-25T17:01:18.456882-08:00]> >>> +``` # 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```