arrow v0.13.0 Release Notes

Release Date: 2019-01-09 // over 5 years ago
    • ๐Ÿ‘ [NEW] Added support for Python 3.6.
    • ๐Ÿ‘ [CHANGE] Drop support for Python 2.6/3.3.
    • [CHANGE] Return generator instead of list for Arrow.range(), Arrow.span_range() and Arrow.interval().
    • [FIX] Make arrow.get() work with str & tzinfo combo.
    • [FIX] Make sure special RegEx characters are escaped in format string.
    • ๐Ÿ‘ [NEW] Added support for ZZZ when formatting.
    • [FIX] Stop using datetime.utcnow() in internals, use datetime.now(UTC) instead.
    • [FIX] Return NotImplemented instead of TypeError in arrow math internals.
    • [NEW] Added Estonian Locale.
    • ๐Ÿ›  [FIX] Small fixes to Greek locale.
    • [FIX] TagalogLocale improvements.
    • โœ… [FIX] Added test requirements to setup.
    • ๐Ÿ“„ [FIX] Improve docs for get, now and utcnow methods.
    • โš  [FIX] Correct typo in depreciation warning.