Skip to content

Commit c12d070

Browse files
committed
Updated address and placename data, bumped version to 0.5.4
1 parent e845622 commit c12d070

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ Landakotsvöllur
246246

247247
## Version History
248248

249+
* 0.5.4: Updated address and placename data (09/11/2022)
249250
* 0.5.3: Updated address, postcode and placename data, various minor fixes (19/05/2022)
250251
* 0.5.2: Updated address and placename data, fixed issue with installing on Windows (25/06/2021)
251252
* 0.5.1: Fixes and additions in placename data (16/10/2020)

iceaddr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99

1010
__author__ = "Sveinbjorn Thordarson"
11-
__version__ = "0.5.3" # Also update setup.py
11+
__version__ = "0.5.4" # Also update setup.py
1212

1313
from .addresses import * # noqa
1414
from .postcodes import * # noqa

iceaddr/resources/iceaddr.db

156 KB
Binary file not shown.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="iceaddr",
8-
version="0.5.3", # Also update __init__.py
8+
version="0.5.4", # Also update __init__.py
99
author="Sveinbjorn Thordarson",
1010
author_email="sveinbjorn@sveinbjorn.org",
1111
license="BSD",

0 commit comments

Comments
 (0)