Skip to content

Releases: FObersteiner/whenareyou

v0.7.1

03 Sep 12:26
ff1a5f0
Compare
Choose a tag to compare

v0.7.1 (2024-09-03)

  • drop dependency: requests; use urllib directly

v0.7.0: Python 3.9+

01 Mar 07:10
Compare
Choose a tag to compare
  • revised requirements (pyproject.toml); drop Python 3.8 support

v0.6.1

19 Aug 09:39
Compare
Choose a tag to compare
bump version, update changelog

0.6.0: time for Python 3.8

18 Mar 19:21
Compare
Choose a tag to compare
v0.6.0 no Python 3.7 support with poetry

0.5.1: shiny new formatting

07 Mar 20:20
Compare
Choose a tag to compare
  • src now black formatted
  • new method to obtain __version__ in __init__.py

tzname as string

12 Jan 19:30
Compare
Choose a tag to compare
tzname as string Pre-release
Pre-release
  • time zone name is now returned as string (was: zoneinfo.ZoneInfo).
  • added __version__
  • package management: switched to using poetry

zoneinfo/timezonefinder/OSM

13 Jul 17:10
Compare
Choose a tag to compare
Pre-release

updated version that uses Python 3.9's zoneinfo for time zone handling, timezonefinder to convert geolocations to time zones and openstreetmap.org to obtain the geolocation of a given address.