Skip to content

Commit d118cc7

Browse files
committed
v1.4.9
1 parent c7694dc commit d118cc7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

3-
## 1.4.8 (2019-10-26)
3+
## 1.4.9 (2019-10-26)
44

55
* [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()`.
66
* [FIX] Arrow upgrade to `0.15.2` to fix the above mentioned issues
@@ -10,6 +10,9 @@
1010
* [FIX] Modifed `tests.py` to account for the timestamp change (tz is now `+0000`, instead of `-0000`)
1111
* [FIX] replaced `ts = ts.replace(tzinfo=tz.gettz(timezone))` with `ts = ts.replace(tzinfo=timezone)` in `datemath.helpers.parseTime()` to fix [Issue #7](https://github.com/nickmaccarthy/python-datemath/issues/7)
1212

13+
## v1.4.8 (2019-10-25)
14+
* skipped due to name conflict on pypi, all changes are in `1.4.9`
15+
1316
## v1.4.7 (2017-11-10)
1417
* [FIX] Fixed timezone for date strings: [Issue #6](https://github.com/nickmaccarthy/python-datemath/issues/6)
1518

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.8
1+
1.4.9

0 commit comments

Comments
 (0)