Skip to content

TzWorld version 1.2.0

Compare
Choose a tag to compare
@kipcole9 kipcole9 released this 12 Oct 12:10
· 56 commits to master since this release
f23903e

Bug Fixes

  • Fix TzWorld.Backend.Dets to not raise an exception if there is no timezone data available.

Enhancements

  • Adds options to mix tzworld.update mix task:
    • --include_oceans will download a 10% larger geojson data set that covers the worlds oceans
    • --force will force a data update, even if the data is the latest release. This can be used
      to switch between data that includes oceans and that which does not.
    • Thanks to @lguminski for the feedback and suggestion.