Skip to content

Commit

Permalink
version 6.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikmi committed Dec 2, 2024
1 parent a5e32bc commit 6a2850b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@
Changelog
=========

6.5.7 (2024-12-02)
------------------

* improved error handling to catch ``ValueError: not enough values to unpack`` (`Issue #209 <https://github.com/jannikmi/timezonefinder/issues/209>`__)


6.5.6 (2024-11-25)
6.5.6 (2024-12-02)
------------------

* add musllinux Wheels for Linux. Thanks to `Pxli9130 <https://github.com/Pxli9130 >`__
* add musllinux Wheels for Linux. Thanks to `Pxli9130 <https://github.com/Pxli9130>`__


6.5.5 (2024-11-20)
------------------

* using ``setuptools`` only as a build dependency. Thanks to `Kristian Sloth Lauszus <https://github.com/Lauszus >`__
* using ``setuptools`` only as a build dependency. Thanks to `Kristian Sloth Lauszus <https://github.com/Lauszus>`__


6.5.4 (2024-10-22)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 6a2850b

Please sign in to comment.