We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fcaa12 commit 6158aa5Copy full SHA for 6158aa5
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Changelog
2
+## 1.5.5 (2021-04-26)
3
+* [FIX] [Issue #28](https://github.com/nickmaccarthy/python-datemath/issues/28)
4
+ * `datemath()` object now returns the expected `datetime` object instead of an `Arrow` object
5
+ * added tests to catch invalid object types of helpers
6
+
7
## 1.5.4 (2021-04-20)
8
* skipped due to name conflict on pypi, all changes in this are from `1.5.3`
9
VERSION.txt
@@ -1 +1 @@
-1.5.4
+1.5.5
0 commit comments