From 6a2850bc4f420ccb1fcde14a4cb6e598dc72cce8 Mon Sep 17 00:00:00 2001 From: Jannik Kissinger Date: Mon, 2 Dec 2024 16:56:28 +0100 Subject: [PATCH] version 6.5.7 --- CHANGELOG.rst | 11 ++++++++--- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b774cb6..a913f93 100755 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,17 +2,22 @@ Changelog ========= +6.5.7 (2024-12-02) +------------------ + +* improved error handling to catch ``ValueError: not enough values to unpack`` (`Issue #209 `__) + -6.5.6 (2024-11-25) +6.5.6 (2024-12-02) ------------------ -* add musllinux Wheels for Linux. Thanks to `Pxli9130 `__ +* add musllinux Wheels for Linux. Thanks to `Pxli9130 `__ 6.5.5 (2024-11-20) ------------------ -* using ``setuptools`` only as a build dependency. Thanks to `Kristian Sloth Lauszus `__ +* using ``setuptools`` only as a build dependency. Thanks to `Kristian Sloth Lauszus `__ 6.5.4 (2024-10-22) diff --git a/pyproject.toml b/pyproject.toml index 8d1c737..4385532 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "timezonefinder" -version = "6.5.6" +version = "6.5.7" description = "python package for finding the timezone of any point on earth (coordinates) offline" authors = ["jannikmi "] license = "MIT"