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
- Broken hour ranges for
day_time_info()
season_info
function to get info about the season of the date: providesis_spring
,is_summer
,is_autumn
, andis_winter
.
This is dependent on the configured hemisphere (seewhattime.Hemisphere
enum).
Season info properties are also available when usingwhattime(date, hemisphere)
.- Travis CI config
- The formerly
whattime(date: datetime)
now takes 2 arguments: the datetime object and a Hemisphere enum
0.1.1 – 2019-10-25
- Update requirements in order to fix vulnerabilities with urllib3 v1.24.1
0.1.0 – 2019-03-11
Initial release