ChangeLog
=========

2.0.1 (2021-02-25)
------------------

- Fix error message for unknown zip code[mpcusack]


2.0.0 (2020-04-07)
------------------

- updated to work with py3
  [David Schneider]

1.0 (2016-01-20)
----------------

* Fix import code so that it is not run when the module is imported (for
  example, when building Sphinx API Documentation).
* Rename the import.py module to import_zipcode.py because `import` is a
  reserved Python keyword.
* Document the import_zipcode module.

0.4
---

* updated to use maxmind database http://www.maxmind.com/app/postalcode

* now also keeps timezone and dst values

* longitude and latitude is now contains negative numbers


0.3
---

* use strings instead of integer for storing zip codes since zip codes can start
  with a Zero.


0.2
---

* catch sqlite db file reading errors and keep trying in case
  another process is trying to access the file at the same time.


0.1
---

* initial release