diff --git a/README.md b/README.md index f5feab0..a1ff5a1 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,7 @@ pip install . ## Version History - +* 0.5.7: Updated address and placename data. Now requires Python 3.8+ (20/09/2024) * 0.5.6: Updated address and placename data (11/08/2023) * 0.5.5: Updated address and placename data. Removed ISN93 coords. Now requires Python 3.7+ (11/12/2022) * 0.5.4: Updated address and placename data (09/11/2022) diff --git a/src/iceaddr/__init__.py b/src/iceaddr/__init__.py index c001ba4..0afd77a 100644 --- a/src/iceaddr/__init__.py +++ b/src/iceaddr/__init__.py @@ -8,7 +8,7 @@ """ __author__ = "Sveinbjorn Thordarson" -__version__ = "0.5.6" # Also update setup.py +__version__ = "0.5.7" # Also update setup.py from .addresses import * # noqa: F403 from .placenames import * # noqa: F403 diff --git a/src/iceaddr/iceaddr.db b/src/iceaddr/iceaddr.db index 782eb56..5db05b3 100644 Binary files a/src/iceaddr/iceaddr.db and b/src/iceaddr/iceaddr.db differ