Changed GoogleGeocoder test to not use raise...from as this is not valid for Python 2
1.7
Changed
- Requests is now only needed when using GoogleGeocoder - GoogleGeocoder now requires the `api_key` parameter to be passed to the constructor
1.6.1
Changed
- Updated Travis CI configuration
Added
- requirements-dev.txt
1.6
Changed
- Added api_key parameter to GoogleGeocoder **init** method. Idea from wpietruszewski <https://github.com/sffjunkie/astral/pull/12>
1.5
Added
- this file
Changed
- dawn_utc, sunrise_utc, sunset_utc and dusk_utc now only raise AstralError for a math domain exception all other exceptions are passed through. - moon_phase now takes another parameter if the type to return either int (the default) or float