Skip to content

Commit 5b5d68c

Browse files
committed
Version 0.2.1
1 parent 91d7b6f commit 5b5d68c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22

33
## Version 0.2.1
44

5-
*In developpement*
5+
*February 21, 2019*
66

77
- Fix ``Nominatim`` for AS, LT, VA countries.
88
- Drop Python 2.7 support.
99
- Allow custom download locations.
1010

1111
## Version 0.2.0
1212

13-
*December 24, 2018*
13+
*December 24, 2019*
1414

1515
- Fix download URL.
1616
- Drop Python 2.7 support.
1717

1818
## Version 0.1.2
1919

20-
*November 8, 2018*
20+
*November 8, 2019*
2121

2222
- Allow looking up all the locations for a postcode with the
2323
`unique=False` parameter of `Nominatim`.

Diff for: pgeocode.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import numpy as np
1111
import pandas as pd
1212

13-
__version__ = '0.2.0'
13+
__version__ = '0.2.1'
1414

1515
STORAGE_DIR = os.environ.get(
1616
"PGEOCODE_DATA_DIR",

0 commit comments

Comments
 (0)