pendulum 2.1.0 (2020-03-07)

Added

Changed

  • Dropped support for Python 3.4.

  • is_utc() will now return True for any datetime with an offset of 0, similar to the behavior in the 1.* versions ([#295]( https://github.com/sdispater/pendulum/pull/295 ))

  • Duration.in_words() will now return 0 milliseconds for empty durations.

Fixed

Locales

  • Added the nl locale.

  • Added the it locale.

  • Added the id locale.

  • Added the nb locale.

  • Added the nn locale.