Skip to content

Commit eb12034

Browse files
committed
v1.5.0 update
1 parent 9552fbd commit eb12034

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Changelog
22

3-
### 1.5.0 (2019-11-09)
3+
## 1.5.0 (2019-11-09)
44

55
* [FIX] [Issue #12](https://github.com/nickmaccarthy/python-datemath/issues/12) - missing VERSION.txt. Added MANIFEST.in for sdist build
66
* [FIX] [PR #13](https://github.com/nickmaccarthy/python-datemath/pull/13) - Fix `BaseException` to `Exception` inheritence, thank you for your contribution @yury-primer!
77

88
## 1.4.9 (2019-10-26)
99

10+
** PLEASE DO NOT USE THIS VERSION, use `1.5.0+` instead. This may not compile on your system due to a missing VERSION.txt which was fixed in `1.5.0+` **
1011
* [FIX] [Issue #9](https://github.com/nickmaccarthy/python-datemath/issues/9) && [Issue #8](https://github.com/nickmaccarthy/python-datemath/issues/8) - Fixing deprecated arrow `replace()` function with `shift()`.
1112
* [FIX] Arrow upgrade to `0.15.2` to fix the above mentioned issues
1213
* [NEW] Breakout of python2 and python3 requirements

0 commit comments

Comments
 (0)