Skip to content

Commit d0fd426

Browse files
committed
Updated address and placename data, bumped version to 0.5.7
1 parent a9caaf3 commit d0fd426

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ pip install .
266266

267267
## Version History
268268

269-
<!--* 0.5.7: Updated address and placename data. Now requires Python 3.8+ (18/09/2024)-->
269+
* 0.5.7: Updated address and placename data. Now requires Python 3.8+ (20/09/2024)
270270
* 0.5.6: Updated address and placename data (11/08/2023)
271271
* 0.5.5: Updated address and placename data. Removed ISN93 coords. Now requires Python 3.7+ (11/12/2022)
272272
* 0.5.4: Updated address and placename data (09/11/2022)

src/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.6" # Also update setup.py
11+
__version__ = "0.5.7" # Also update setup.py
1212

1313
from .addresses import * # noqa: F403
1414
from .placenames import * # noqa: F403

src/iceaddr/iceaddr.db

184 KB
Binary file not shown.

0 commit comments

Comments
 (0)