Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rth committed Feb 21, 2020
1 parent 91d7b6f commit 5b5d68c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@

## Version 0.2.1

*In developpement*
*February 21, 2019*

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

## Version 0.2.0

*December 24, 2018*
*December 24, 2019*

- Fix download URL.
- Drop Python 2.7 support.

## Version 0.1.2

*November 8, 2018*
*November 8, 2019*

- Allow looking up all the locations for a postcode with the
`unique=False` parameter of `Nominatim`.
Expand Down
2 changes: 1 addition & 1 deletion pgeocode.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5b5d68c

Please sign in to comment.