Skip to content

Commit 1f7bf42

Browse files
committed
Version 0.2.0
1 parent b42b3f2 commit 1f7bf42

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release notes
22

3+
## Version 0.2.0
4+
5+
*December 24, 2018*
6+
7+
- Fix download URL.
8+
- Drop Python 2.7 support.
9+
310
## Version 0.1.2
411

512
*November 8, 2018*

pgeocode.py

Lines changed: 1 addition & 1 deletion
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.1.2'
13+
__version__ = '0.2.0'
1414

1515
STORAGE_DIR = os.path.join(os.path.expanduser('~'),
1616
'pgeocode_data')

0 commit comments

Comments
 (0)