Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rth committed Dec 24, 2019
1 parent b42b3f2 commit 1f7bf42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release notes

## Version 0.2.0

*December 24, 2018*

- Fix download URL.
- Drop Python 2.7 support.

## Version 0.1.2

*November 8, 2018*
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.1.2'
__version__ = '0.2.0'

STORAGE_DIR = os.path.join(os.path.expanduser('~'),
'pgeocode_data')
Expand Down

0 comments on commit 1f7bf42

Please sign in to comment.