File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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
1313from .addresses import * # noqa: F403
1414from .placenames import * # noqa: F403
You can’t perform that action at this time.
0 commit comments