We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d7b6f commit 5b5d68cCopy full SHA for 5b5d68c
CHANGELOG.md
@@ -2,22 +2,22 @@
2
3
## Version 0.2.1
4
5
-*In developpement*
+*February 21, 2019*
6
7
- Fix ``Nominatim`` for AS, LT, VA countries.
8
- Drop Python 2.7 support.
9
- Allow custom download locations.
10
11
## Version 0.2.0
12
13
-*December 24, 2018*
+*December 24, 2019*
14
15
- Fix download URL.
16
17
18
## Version 0.1.2
19
20
-*November 8, 2018*
+*November 8, 2019*
21
22
- Allow looking up all the locations for a postcode with the
23
`unique=False` parameter of `Nominatim`.
pgeocode.py
@@ -10,7 +10,7 @@
import numpy as np
import pandas as pd
-__version__ = '0.2.0'
+__version__ = '0.2.1'
STORAGE_DIR = os.environ.get(
"PGEOCODE_DATA_DIR",
0 commit comments