Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

33 lines (24 loc) · 1.24 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.2.0 – 2019-11-05

Fixed

  • Broken hour ranges for day_time_info()

Added

  • season_info function to get info about the season of the date: provides is_spring, is_summer, is_autumn, and is_winter.
    This is dependent on the configured hemisphere (see whattime.Hemisphere enum).
    Season info properties are also available when using whattime(date, hemisphere).
  • Travis CI config

Changed

  • The formerly whattime(date: datetime) now takes 2 arguments: the datetime object and a Hemisphere enum

0.1.1 – 2019-10-25

Fixed

  • Update requirements in order to fix vulnerabilities with urllib3 v1.24.1

0.1.0 – 2019-03-11

Initial release